Class BStatsMetricsBungee.SingleLineChart

java.lang.Object
com.bencodez.votingplugin.bungee.BStatsMetricsBungee.CustomChart
com.bencodez.votingplugin.bungee.BStatsMetricsBungee.SingleLineChart
Enclosing class:
BStatsMetricsBungee

public static class BStatsMetricsBungee.SingleLineChart extends BStatsMetricsBungee.CustomChart
Represents a custom single line chart.
  • Constructor Details

    • SingleLineChart

      public SingleLineChart(String chartId, Callable<Integer> callable)
      Class constructor.
      Parameters:
      chartId - The id of the chart.
      callable - The callable which is used to request the chart data.
  • Method Details