Skip to content

Highcharts Feature: Advanced Chart Types

Alexander Nedomansky edited this page Mar 27, 2018 · 1 revision

Supported by:


The advanced chart types need the javascript file highcharts_more.js to work.

The advances chart types are:

  • gauge charts
  • column range charts
  • area range charts
  • bubble charts as defined in the SeriesType enumeration.

All chart types and the java code needed to create them can be viewed online in the showcase.

Using Wicket

You have nothing to care about, since the Wicket components take care of loading the correct javascript files needed for the chart types. See the [Getting Started](Getting Started) page on how to add a chart to a Wicket component.

Using JSF

You have to include the following javascript files manually into your page: