X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.chart.Chart.html diff --git a/docs/output/Ext.chart.Chart.html b/docs/output/Ext.chart.Chart.html index 28efa0ef..7d5d39d5 100644 --- a/docs/output/Ext.chart.Chart.html +++ b/docs/output/Ext.chart.Chart.html @@ -1,5 +1,5 @@ -
Observable
  Component
    BoxComponent
      FlashComponent
        Chart

Class Ext.chart.Chart

Package:Ext.chart
Defined In:Chart.js
Class:Chart
Subclasses:CartesianChart, PieChart
Extends:FlashComponent
The Ext.chart package provides the capability to visualize data with flash based charting. -Each chart binds directly to an Ext.data.Store enabling automatic updates of the chart. +
Observable
  Component
    BoxComponent
      FlashComponent
        Chart

Class Ext.chart.Chart

Package:Ext.chart
Defined In:Chart.js
Class:Chart
Subclasses:CartesianChart, PieChart
Extends:FlashComponent
The Ext.chart package provides the capability to visualize data with flash based charting. +Each chart binds directly to an Ext.data.Store enabling automatic updates of the chart. To change the look and feel of a chart, see the chartStyle and extraStyle config options.

Config Options

Config OptionsDefined By
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
 data : Mixed
The initial set of data to apply to the tpl to update the content area of the Component.
Component
 disableCaching : Boolean
True to add a "cache buster" to the end of the chart url. Defaults to true for Opera and IE.
Chart
 disabled : Boolean
Render this component disabled (default is false).
Component
 disabledClass : String
CSS class added to the component when it is disabled (defaults to 'x-item-disabled').
Component
 flashVars : Object
A set of key value pairs to be passed to the flash object as flash variables. Defaults to undefined.
FlashComponent
 flashVersion : String
Indicates the version the flash content was published for. Defaults to '9.0.45'.
FlashComponent
 flashVars : Object
A set of key value pairs to be passed to the flash object as flash variables. Defaults to undefined.
FlashComponent
 flashVersion : String
Indicates the version the flash content was published for. Defaults to '9.0.115'.
FlashComponent
 wmode : String
The wmode of the flash object. This can be used to control layering. Defaults to 'opaque'.
FlashComponent
 x : Number
The local x (left) coordinate for this component if contained within a positioning container.
BoxComponent