Package me.ulrich.koth.api
Class Metrics.AdvancedBarChart
java.lang.Object
me.ulrich.koth.api.Metrics.CustomChart
me.ulrich.koth.api.Metrics.AdvancedBarChart
- Enclosing class:
- Metrics
-
Constructor Summary
ConstructorsConstructorDescriptionAdvancedBarChart(String chartId, Callable<Map<String, int[]>> callable) Class constructor. -
Method Summary
Methods inherited from class me.ulrich.koth.api.Metrics.CustomChart
getRequestJsonObject
-
Constructor Details
-
AdvancedBarChart
Class constructor.- Parameters:
chartId- The id of the chart.callable- The callable which is used to request the chart data.
-