Class HighchartsHelper

java.lang.Object
io.keikaiex.util.HighchartsHelper

public class HighchartsHelper extends Object
Internal Use Only. Helper Utility class for handling Chart.
Author:
ashish
  • Constructor Details

    • HighchartsHelper

      public HighchartsHelper()
  • Method Details

    • createCharts

      public static ZssCharts createCharts(SChart chartInfo)
      Creates Chart based on the SChart
      Parameters:
      chartInfo -
      Returns:
      the created Chart based on the SChart
    • drawCharts

      public static void drawCharts(ZssCharts chart, SChart chartInfo)
    • drawCharts

      public static void drawCharts(ZssCharts chart, SChart chartInfo, boolean dataLabelsEnabled)
      Convert data and options of SChart into a ZssCharts
      Parameters:
      chart -
      chartInfo -
      dataLabelsEnabled - enable data labels or not