public static class Metrics.DrilldownPie extends Metrics.CustomChart
Constructor and Description |
---|
DrilldownPie(java.lang.String chartId,
java.util.concurrent.Callable<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Integer>>> callable)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
org.json.simple.JSONObject |
getChartData() |
public DrilldownPie(java.lang.String chartId, java.util.concurrent.Callable<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Integer>>> callable)
chartId
- The id of the chart.callable
- The callable which is used to request the chart data.public org.json.simple.JSONObject getChartData() throws java.lang.Exception
getChartData
in class Metrics.CustomChart
java.lang.Exception