Modifier and Type | Method and Description |
---|---|
static Chart<Values,Config> |
Chart.createBar(Values.Set... dataSets)
Creates new bar chart.
|
static Chart<Segment,Config> |
Chart.createDoughnut()
Creates new doughnut (e.g.
|
static Chart<Values,Config> |
Chart.createLine(Values.Set... dataSets)
Creates new line based chart.
|
static Chart<Segment,Config> |
Chart.createPie()
Creates new pie chart.
|
static Chart<Segment,Config> |
Chart.createPolar()
Creates new radar (e.g.
|
static Chart<Values,Config> |
Chart.createRadar(Values.Set... dataSets)
Creates new radar chart.
|
Copyright © 2017. All rights reserved.