Class Metrics.CustomChart

java.lang.Object
ua.mcchickenstudio.opencreative.utils.hooks.Metrics.CustomChart
Direct Known Subclasses:
Metrics.AdvancedBarChart, Metrics.AdvancedPie, Metrics.DrilldownPie, Metrics.MultiLineChart, Metrics.SimpleBarChart, Metrics.SimplePie, Metrics.SingleLineChart
Enclosing class:
Metrics

public abstract static class Metrics.CustomChart extends Object
Represents a custom chart.
Author:
bStats Developers
  • Method Details

    • getChartData

      protected abstract com.google.gson.JsonObject getChartData() throws Exception
      Throws:
      Exception