Class Metrics.SimpleBarChart

java.lang.Object
nl.mtvehicles.core.infrastructure.utils.Metrics.CustomChart
nl.mtvehicles.core.infrastructure.utils.Metrics.SimpleBarChart
Enclosing class:
Metrics

public static class Metrics.SimpleBarChart extends Metrics.CustomChart
Represents a custom simple bar chart.
  • Constructor Details

    • SimpleBarChart

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