X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Tip4.html diff --git a/docs/source/Tip4.html b/docs/source/Tip4.html index 0425d10e..0ad4fabc 100644 --- a/docs/source/Tip4.html +++ b/docs/source/Tip4.html @@ -1,6 +1,23 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.chart.Tip
- * @ignore
+ * Provides tips for Ext.chart.series.Series.
  */
 Ext.define('Ext.chart.Tip', {
 
@@ -82,4 +99,6 @@ Ext.define('Ext.chart.Tip', {
             tooltip.hide();
         }, 0);
     }
-});
\ No newline at end of file +});
+ +