jqDataVisualization for jQuery Documentation

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 animation.

Specifies the chart animation.

Chart.jqChart
: Chart.Axes.Axis[]

Specifies the chart axes.

Specifies the chart axes.

Specifies the chart background fill style.

Specifies the chart background fill style.

Chart.jqChart
: Common.Border

Specifies the chart border.

Specifies the chart border.

Specifies the chart area background fill style.

Specifies the chart area background fill style.

Specifies the chart crosshairs.

Specifies the chart crosshairs.

Specifies the chart data source.

Specifies the chart data source.

Chart.jqChart
: Number
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.

Chart.jqChart
: String

Specifies the chart height - exp: height: '300px'

Specifies the chart height - exp: height: '300px'

Chart.jqChart
: Chart.Legend

Specifies the chart legend.

Specifies the chart legend.

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.

Specifies the palette colors.

Specifies the palette colors.

Specifies the chart selection rect.

Specifies the chart selection rect.

Chart.jqChart
: Chart.Series.Series[]

Specifies the chart series.

Specifies the chart series.

Chart.jqChart
: Common.Shadows

Specifies the chart shadows.

Specifies the chart shadows.

Chart.jqChart
: String/Common.Title

Specifies the chart title.

Specifies the chart title.

Specifies the chart toolbar.

Specifies the chart toolbar.

Chart.jqChart
: Common.Tooltips

Specifies the chart tooltips.

Specifies the chart tooltips.

Specifies the chart watermark.

Specifies the chart watermark.

Chart.jqChart
: String

Specifies the chart width - exp: width : '400px'

Specifies the chart width - exp: width : '400px'