new Chart()
Chart
Base class to hold configuration for charts. Extend and override properties for each chart. Implementations for horizontalbarchart, barchart, linechart, piechart, polarareachart, and radarchart from ChartJS are implemented.
- Source:
Members
(static) filter :Filter
Filter instance
Type:
- Source:
(static) maxAggregates :number
Maximum number of aggregates this plot can visualize
Type:
- number
- Source:
(static) maxPartitions :number
Maximum number of partitions this plot can visualize
Type:
- number
- Source:
(static) minAggregates :number
Minimum number of aggregates this plot requires
Note that when no aggregates are defined, a count(*) is used as default.
Type:
- number
- Source:
(static) minPartitions :number
Minimum number of partitions this plot requires
Type:
- number
- Source: