Package com.bencodez.votingplugin.bungee
Class BStatsMetricsBungee.AdvancedBarChart
java.lang.Object
com.bencodez.votingplugin.bungee.BStatsMetricsBungee.CustomChart
com.bencodez.votingplugin.bungee.BStatsMetricsBungee.AdvancedBarChart
- Enclosing class:
- BStatsMetricsBungee
Represents a custom advanced bar chart.
-
Constructor Summary
ConstructorDescriptionAdvancedBarChart
(String chartId, Callable<Map<String, int[]>> callable) Class constructor. -
Method Summary
-
Constructor Details
-
AdvancedBarChart
Class constructor.- Parameters:
chartId
- The id of the chart.callable
- The callable which is used to request the chart data.
-
-
Method Details
-
getChartData
- Specified by:
getChartData
in classBStatsMetricsBungee.CustomChart
- Throws:
Exception
-