Chart.jqChart
Defines jqChart plugin. Example:
$('#selector').jqChart({
title: { text: 'Chart Title' },
axes: [
{
type: 'category',
location: 'bottom',
zoomEnabled: true
}
],
series: [
{
type: 'column',
title: 'Column',
data: [62, 70, 68, 58, 52, 60, 48]
}
]
}
Defined By
Config options
Specifies the chart global alpha. ...
Specifies the chart global alpha. The globalAlpha attribute specifies the transparency of the chart. It can be a number between 0 and 1.
0=full transparency, 1=no transparency.
Specifies the chart mouse interaction mode - 'zooming' or 'panning'. ...
Specifies the chart mouse interaction mode - 'zooming' or 'panning'.
Defaults to: 'panning'
Specifies the chart mouse wheel interaction mode - 'zooming' or 'scrolling'. ...
Specifies the chart mouse wheel interaction mode - 'zooming' or 'scrolling'.
Defaults to: 'zooming'
Specifies the displayed message, when there is no chart data.
Specifies the displayed message, when there is no chart data.