Skip to content

Implementing New Highcharts

Peter Steiwer edited this page Jun 5, 2020 · 4 revisions

Below are the steps needed to implement a new Highchart Chart Type using the Highcharts Portlet.

  1. Create a new class that extends ThirdPartyChartPortlets.Highcharts.Highcharts
  2. Override the drawChart method
  3. Make any changes needed to the data or chart object needed for your new chart type
Clone this wiki locally