Package | Description |
---|---|
com.orchestranetworks.addon.dqid.chart |
Provides classes to define charts and write them to an HTML document.
|
Modifier and Type | Method and Description |
---|---|
static Chart |
ChartFactory.newSparklineChart(AxisData<?,?> data,
SparklineChartOptions options)
Creates a sparkline chart.
|
static Chart |
ChartFactory.newSparklineChart(AxisData<?,?> data,
SparklineChartOptions options,
DisplayOptions displayOptions)
Creates a sparkline chart.
|