Observable
  Component
    BoxComponent
      FlashComponent
        Chart
          PieChart

Class Ext.chart.PieChart

Package:Ext.chart
Defined In:Chart.js
Class:PieChart
Extends: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
 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
 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
 seriesStyles : Object
Contains styles to apply to the series after a refresh. Defaults to null.
Chart
 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