X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Highlight.html diff --git a/docs/source/Highlight.html b/docs/source/Highlight.html index 67b8fe94..2221f460 100644 --- a/docs/source/Highlight.html +++ b/docs/source/Highlight.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.chart.Highlight
  * @ignore
  */
@@ -10,7 +27,7 @@ Ext.define('Ext.chart.Highlight', {
 
     /* End Definitions */
 
-    /**
+    /**
      * Highlight the given series item.
      * @param {Boolean|Object} Default's false. Can also be an object width style properties (i.e fill, stroke, radius) 
      * or just use default styles per series by setting highlight = true.
@@ -35,7 +52,7 @@ Ext.define('Ext.chart.Highlight', {
         }
     },
 
-    /**
+    /**
      * Highlight the given series item.
      * @param {Object} item Info about the item; same format as returned by #getItemForPoint.
      */
@@ -106,7 +123,7 @@ Ext.define('Ext.chart.Highlight', {
         }
     },
 
-    /**
+    /**
      * Un-highlight any existing highlights
      */
     unHighlightItem: function() {
@@ -177,4 +194,6 @@ Ext.define('Ext.chart.Highlight', {
             }
         }
     }
-});
\ No newline at end of file +});
+ +