X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Column4.html diff --git a/docs/source/Column4.html b/docs/source/Column4.html index 73bf0b85..9833c0b5 100644 --- a/docs/source/Column4.html +++ b/docs/source/Column4.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.chart.series.Column
  * @extends Ext.chart.series.Bar
  * 
@@ -7,7 +24,7 @@
  * As with all other series, the Column Series must be appended in the *series* Chart array configuration. See the Chart 
  * documentation for more information. A typical configuration object for the column series could be:
  *
- * {@img Ext.chart.series.Column/Ext.chart.series.Column.png Ext.chart.series.Column chart series  
+ * {@img Ext.chart.series.Column/Ext.chart.series.Column.png Ext.chart.series.Column chart series}
  *
  * ## Example
  * 
@@ -103,15 +120,17 @@ Ext.define('Ext.chart.series.Column', {
 
     column: true,
 
-    /**
+    /**
      * @cfg {Number} xPadding
      * Padding between the left/right axes and the bars
      */
     xPadding: 10,
 
-    /**
+    /**
      * @cfg {Number} yPadding
      * Padding between the top/bottom axes and the bars
      */
     yPadding: 0
-});
\ No newline at end of file +});
+ +