Package io.keikaiex.util
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 Summary
Constructors Constructor Description HighchartsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ZssCharts
createCharts(SChart chartInfo)
CreatesChart
based on theSChart
static void
drawCharts(ZssCharts chart, SChart chartInfo)
static void
drawCharts(ZssCharts chart, SChart chartInfo, boolean dataLabelsEnabled)
-