Name |
Description |
{color} backgroundColor |
The background color or gradient for the outer chart area, Support rgba and defaults to null, transprent. |
{Array} color |
List of color for the array series,, possible array is: ['#87cefa', 'rgba(123,123,123,0.5)','...']. When there are more series than colors in the list, new colors are pulled from the start again. |
{boolean} renderAsImage |
Allows rendering as image in any browser but IE8 |
{boolean} calculable |
Specifies whether the drag-recalculate feature will be enabled. Defaults to false.
|
{boolean} animation |
Specifies whether the animation will be enabled. Defaults to true.
|
{Object} timeline |
Timeline at most one timeline control is allowed in one chart. |
{Object} title |
Title, at most one title control is allowed in one chart. |
{Object} toolbox |
Toolbox, at most one toolbox is allowed in one chart. |
{Object} tooltip |
Tooltip, A small "hover box" with detailed information about the item being hovered over. |
{Object} legend |
Legend, at most one legend is allowed in one single/combination chart. |
{Object} dataRange |
DataRange, data range. |
{Object} dataZoom |
DataZoom, data zoom. |
{Object} roamController |
zoom and roam controller, use for the map. |
{Object} grid |
A network of regularly spaced lines on a Cartesian coordinate system |
{Array | Object} xAxis |
The horizontal axis array of a two-dimensional plot in Cartesian coordinates, and each item in the array represents one horizontal axis. According to Standard (1.0), at most two horizontal axes are allowed in one chart. |
{Array | Object} yAxis |
The vertical axis array of a two-dimensional plot in Cartesian coordinates, and each item in the array represents one vertical axis. According to Standard (1.0), at most two vertical axes are allowed in one chart. |
{Array} series |
The data array generated by data-driven chart, Each item in the array stands for a series' options and data. |