X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Scatter.html diff --git a/docs/source/Scatter.html b/docs/source/Scatter.html index b0e99397..12f340be 100644 --- a/docs/source/Scatter.html +++ b/docs/source/Scatter.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.chart.series.Scatter
  * @extends Ext.chart.series.Cartesian
  * 
@@ -81,12 +98,12 @@ Ext.define('Ext.chart.series.Scatter', {
     type: 'scatter',
     alias: 'series.scatter',
 
-    /**
+    /**
      * @cfg {Object} markerConfig
      * The display style for the scatter series markers.
      */
     
-    /**
+    /**
      * @cfg {Object} style 
      * Append styling properties to this object for it to override theme properties.
      */
@@ -347,7 +364,7 @@ Ext.define('Ext.chart.series.Scatter', {
         }
     },
 
-    /**
+    /**
      * Draws the series for the current chart.
      */
     drawSeries: function() {
@@ -651,4 +668,6 @@ Ext.define('Ext.chart.series.Scatter', {
     }
 });
 
-
\ No newline at end of file +
+ +