Class Metrics.DrilldownPie

java.lang.Object
org.geysermc.geyser.util.Metrics.CustomChart
org.geysermc.geyser.util.Metrics.DrilldownPie
Enclosing class:
Metrics

public static class Metrics.DrilldownPie extends Metrics.CustomChart
Represents a custom drilldown pie.
  • Constructor Details

    • DrilldownPie

      public DrilldownPie(String chartId, Callable<Map<String,​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