-
Notifications
You must be signed in to change notification settings - Fork 48
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.
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.
You have to include the following javascript files manually into your page:
- current version of jQuery
- http://code.highcharts.com/highcharts.js
- http://code.highcharts.com/highcharts-more.js
- http://code.highcharts.com/modules/exporting.js (if you have added ExportingOptions) to your chart.