Class HighchartsHelper


  • public class HighchartsHelper
    extends java.lang.Object
    Internal Use Only. Helper Utility class for handling Chart.
    Author:
    ashish
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ZssCharts createCharts​(io.keikai.model.SChart chartInfo)
      Creates Chart based on the SChart
      static void drawCharts​(ZssCharts chart, io.keikai.model.SChart chartInfo)
      Convert data and options of SChart into a ZssCharts
      static void drawCharts​(ZssCharts chart, io.keikai.model.SChart chartInfo, boolean dataLabelsEnabled)
      Convert data and options of SChart into a ZssCharts
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HighchartsHelper

        public HighchartsHelper()
    • Method Detail

      • createCharts

        public static ZssCharts createCharts​(io.keikai.model.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,
                                      io.keikai.model.SChart chartInfo)
        Convert data and options of SChart into a ZssCharts
      • drawCharts

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