Class Metrics.AdvancedBarChart

java.lang.Object
me.xxastaspastaxx.dimensions.Metrics.CustomChart
me.xxastaspastaxx.dimensions.Metrics.AdvancedBarChart
Enclosing class:
Metrics

public static class Metrics.AdvancedBarChart extends Metrics.CustomChart
  • Constructor Details

    • AdvancedBarChart

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