Class Metrics.CustomChart

java.lang.Object
ch.njol.skript.Metrics.CustomChart
Direct Known Subclasses:
Metrics.AdvancedBarChart, Metrics.AdvancedMapChart, Metrics.AdvancedPie, Metrics.MultiLineChart, Metrics.SimpleBarChart, Metrics.SimpleMapChart, Metrics.SimplePie, Metrics.SingleLineChart
Enclosing class:
Metrics

public abstract static class Metrics.CustomChart extends Object
Represents a custom chart.
  • Field Details

    • chartId

      protected final String chartId
  • Constructor Details

    • CustomChart

      public CustomChart(String chartId)
      Class constructor.
      Parameters:
      chartId - The id of the chart.
  • Method Details

    • getRequestJsonObject

      protected org.json.simple.JSONObject getRequestJsonObject()
    • getChartData

      protected abstract org.json.simple.JSONObject getChartData()