X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Gauge2.html?ds=sidebyside diff --git a/docs/source/Gauge2.html b/docs/source/Gauge2.html index a632fc5c..e3b6fcb9 100644 --- a/docs/source/Gauge2.html +++ b/docs/source/Gauge2.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.chart.series.Gauge
  * @extends Ext.chart.series.Series
  * 
@@ -46,13 +63,13 @@ Ext.define('Ext.chart.series.Gauge', {
 
     rad: Math.PI / 180,
 
-    /**
+    /**
      * @cfg {Number} highlightDuration
      * The duration for the pie slice highlight effect.
      */
     highlightDuration: 150,
 
-    /**
+    /**
      * @cfg {String} angleField
      * The store record field name to be used for the pie angles.
      * The values bound to this field name must be positive real numbers.
@@ -60,25 +77,25 @@ Ext.define('Ext.chart.series.Gauge', {
      */
     angleField: false,
 
-    /**
+    /**
      * @cfg {Boolean} needle
      * Use the Gauge Series as an area series or add a needle to it. Default's false.
      */
     needle: false,
     
-    /**
+    /**
      * @cfg {Boolean|Number} donut
      * Use the entire disk or just a fraction of it for the gauge. Default's false.
      */
     donut: false,
 
-    /**
+    /**
      * @cfg {Boolean} showInLegend
      * Whether to add the pie chart elements as legend items. Default's false.
      */
     showInLegend: false,
 
-    /**
+    /**
      * @cfg {Object} style
      * An object containing styles for overriding series styles from Theming.
      */
@@ -229,7 +246,7 @@ Ext.define('Ext.chart.series.Gauge', {
         };
     },
 
-    /**
+    /**
      * Draws the series for the current chart.
      */
     drawSeries: function() {
@@ -407,7 +424,7 @@ Ext.define('Ext.chart.series.Gauge', {
         delete me.value;
     },
     
-    /**
+    /**
      * Sets the Gauge chart to the current specified value.
     */
     setValue: function (value) {
@@ -442,7 +459,7 @@ Ext.define('Ext.chart.series.Gauge', {
         }
     },
     
-    /**
+    /**
      * 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
      */
@@ -452,4 +469,6 @@ Ext.define('Ext.chart.series.Gauge', {
     }
 });
 
-
\ No newline at end of file +
+ +