Properties Methods Events Config Options Direct Link
Observable
  Component
    BoxComponent
      FlashComponent
        Chart

Class Ext.chart.Chart

Package:Ext.chart
Defined In:Chart.js
Class:Chart
Subclasses:CartesianChart, PieChart
Extends:FlashComponent
xtype:chart
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.

Config Options

Config OptionsDefined By
 allowDomMove : Boolean
Whether the component can move the Dom node when rendering (defaults to true).
Component
 backgroundColor : String
The background color of the chart. Defaults to '#ffffff'.
FlashComponent
 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
 extraStyle : Object
Contains extra styles that will be added or overwritten to the default chartStyle. Defaults to null.
Chart
 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
 hidden : Boolean
Render this component hidden (default is false). If true, the hide method will be called internally.
Component
 pageX : Number
The page level x coordinate for this component if contained within a positioning container.
BoxComponent
 pageY : Number
The page level y coordinate for this component if contained within a positioning container.
BoxComponent
 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
 y : Number
The local y (top) coordinate for this component if contained within a positioning container.
BoxComponent

Public Properties

PropertyDefined By
 CHART_URL : String
Sets the url to load the chart from. This should be set to a local resource.
Chart
 EXPRESS_INSTALL_URL : String
Sets the url for installing flash if it doesn't exist. This should be set to a local resource.
FlashComponent
 disabled : Boolean
True if this component is disabled. Read-only.
Component
 hidden : Boolean
True if this component is hidden. Read-only.
Component
 initialConfig : Object
This Component's initial configuration specification. Read-only.
Component
 rendered : Boolean
True if this component has been rendered. Read-only.
Component

Public Methods

MethodDefined By

Public Events

EventDefined By