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 |
|---|---|
com.google.gson.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.