Class HighchartsHelper


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

      • HighchartsHelper

        public HighchartsHelper()
    • Method Detail

      • 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,
                                      boolean dataLabelsEnabled)
        Convert data and options of SChart into a ZssCharts
        Parameters:
        chart -
        chartInfo -
        dataLabelsEnabled - enable data labels or not