X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Area.html diff --git a/docs/source/Area.html b/docs/source/Area.html index 5d907084..cc647752 100644 --- a/docs/source/Area.html +++ b/docs/source/Area.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.chart.series.Area
  * @extends Ext.chart.series.Cartesian
  * 
@@ -94,7 +111,7 @@ Ext.define('Ext.chart.series.Area', {
     // @private Area charts are alyways stacked
     stacked: true,
 
-    /**
+    /**
      * @cfg {Object} style 
      * Append styling properties to this object for it to override theme properties.
      */
@@ -345,7 +362,7 @@ Ext.define('Ext.chart.series.Area', {
         };
     },
 
-    /**
+    /**
      * Draws the series for the current chart.
      */
     drawSeries: function() {
@@ -611,7 +628,7 @@ Ext.define('Ext.chart.series.Area', {
         return false;
     },
 
-    /**
+    /**
      * Highlight this entire series.
      * @param {Object} item Info about the item; same format as returned by #getItemForPoint.
      */
@@ -648,7 +665,7 @@ Ext.define('Ext.chart.series.Area', {
         }
     },
 
-    /**
+    /**
      * UnHighlight this entire series.
      * @param {Object} item Info about the item; same format as returned by #getItemForPoint.
      */
@@ -673,7 +690,7 @@ Ext.define('Ext.chart.series.Area', {
         }
     },
 
-    /**
+    /**
      * Highlight the specified item. If no item is provided the whole series will be highlighted.
      * @param item {Object} Info about the item; same format as returned by #getItemForPoint
      */
@@ -693,7 +710,7 @@ Ext.define('Ext.chart.series.Area', {
         }, true);
     },
 
-    /**
+    /**
      * un-highlights the specified item. If no item is provided it will un-highlight the entire series.
      * @param item {Object} Info about the item; same format as returned by #getItemForPoint
      */
@@ -725,7 +742,7 @@ Ext.define('Ext.chart.series.Area', {
         }
     },
 
-    /**
+    /**
      * Returns the color of the series (to be displayed as color for the series legend item).
      * @param item {Object} Info about the item; same format as returned by #getItemForPoint
      */
@@ -734,4 +751,6 @@ Ext.define('Ext.chart.series.Area', {
         return me.colorArrayStyle[index % me.colorArrayStyle.length];
     }
 });
-
\ No newline at end of file +
+ +