Class Metrics.CustomChart

java.lang.Object
com.loohp.limbo.metrics.Metrics.CustomChart
Direct Known Subclasses:
Metrics.AdvancedBarChart, Metrics.AdvancedMapChart, Metrics.AdvancedPie, Metrics.DrilldownPie, 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.
  • Method Details

    • getChartData

      protected abstract org.json.simple.JSONObject getChartData() throws Exception
      Throws:
      Exception