X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Bar2.html diff --git a/docs/source/Bar2.html b/docs/source/Bar2.html index 73a2f17e..6da75bc5 100644 --- a/docs/source/Bar2.html +++ b/docs/source/Bar2.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * Creates a Bar Chart. A Bar Chart is a useful visualization technique to display quantitative information for
  * different categories that can show some progression (or regression) in the dataset. As with all other series, the Bar
  * Series must be appended in the *series* Chart array configuration. See the Chart documentation for more information.
@@ -86,32 +103,32 @@ Ext.define('Ext.chart.series.Bar', {
     type: 'bar',
 
     alias: 'series.bar',
-    /**
+    /**
      * @cfg {Boolean} column Whether to set the visualization as column chart or horizontal bar chart.
      */
     column: false,
     
-    /**
+    /**
      * @cfg style Style properties that will override the theming series styles.
      */
     style: {},
     
-    /**
+    /**
      * @cfg {Number} gutter The gutter space between single bars, as a percentage of the bar width
      */
     gutter: 38.2,
 
-    /**
+    /**
      * @cfg {Number} groupGutter The gutter space between groups of bars, as a percentage of the bar width
      */
     groupGutter: 38.2,
 
-    /**
+    /**
      * @cfg {Number} xPadding Padding between the left/right axes and the bars
      */
     xPadding: 0,
 
-    /**
+    /**
      * @cfg {Number} yPadding Padding between the top/bottom axes and the bars
      */
     yPadding: 10,
@@ -484,7 +501,7 @@ Ext.define('Ext.chart.series.Bar', {
         return shadows;
     },
 
-    /**
+    /**
      * Draws the series for the current chart.
      */
     drawSeries: function() {
@@ -596,7 +613,7 @@ Ext.define('Ext.chart.series.Bar', {
     },
     
     // @private callback used when placing a label.
-    onPlaceLabel: function(label, storeItem, item, i, display, animate, index) {
+    onPlaceLabel: function(label, storeItem, item, i, display, animate, j, index) {
         // Determine the label's final position. Starts with the configured preferred value but
         // may get flipped from inside to outside or vice-versa depending on space.
         var me = this,
@@ -785,7 +802,7 @@ Ext.define('Ext.chart.series.Bar', {
         }
     },
     
-    /**
+    /**
      * Returns a string with the color to be used for the series legend item.
      * @param index
      */
@@ -793,4 +810,6 @@ Ext.define('Ext.chart.series.Bar', {
         var me = this;
         return me.colorArrayStyle[index % me.colorArrayStyle.length];
     }
-});
\ No newline at end of file +});
+ +