Class Metrics.CustomChart

java.lang.Object
cn.nukkit.metrics.Metrics.CustomChart
Direct Known Subclasses:
Metrics.AdvancedBarChart, Metrics.AdvancedPie, Metrics.DrilldownPie, Metrics.MultiLineChart, Metrics.SimpleBarChart, Metrics.SimplePie, Metrics.SingleLineChart
Enclosing class:
Metrics

@Since("1.4.0.0-PN") public abstract static class Metrics.CustomChart extends Object
Represents a custom chart.
  • Method Details

    • getChartData

      @Since("1.4.0.0-PN") protected abstract com.nimbusds.jose.shaded.json.JSONObject getChartData() throws Exception
      Throws:
      Exception