jQuery Chart Types

At present, our chart component supports the following fully customizable types of series:

  • area
  • bar
  • bubble
  • donut
  • line
  • pie
  • polararea
  • polarbar
  • polarline
  • polarscatter
  • polarspline
  • polarsplinearea
  • rangearea
  • rangebar
  • rangesplinearea
  • scatter
  • spline
  • splinearea
  • steparea
  • stepline

The type of series is determined through the seriesType setting.

The bar series type can be a standard vertical bar, or an inverted one. The inverted layout is achieved by inverting the chart itself, as demonstrated in the code snippet below:

{
    isInverted: true
}

Additional customization opitons per series type are available here.