Class AdvancedBarChart

    • Constructor Detail

      • AdvancedBarChart

        public AdvancedBarChart​(java.lang.String chartId,
                                java.util.concurrent.Callable<java.util.Map<java.lang.String,​int[]>> callable)
        Class constructor.
        Parameters:
        chartId - The id of the chart.
        callable - The callable which is used to request the chart data.