Group
id
Type | Name | Default |
---|---|---|
String | id | @required |
As a keyword and group differentiator
seriesCategory
Type | Name | Default |
---|---|---|
String | seriesCategory | null |
Like category or tag.
You can use for grouped stacked
chartType
Type | Name | Default |
---|---|---|
ChartType | chartType | ChartType.line |
Chart shape.
color
Type | Name | Default |
---|---|---|
Color | color | random |
This color will be applied to all data in the same group.
data
Type | Name | Default |
---|---|---|
List<Data> | data | @required |
The list of values to be set to the chart. ->
useSecondaryMeasureAxis
Type | Name | Default |
---|---|---|
bool | useSecondaryMeasureAxis | false |
set to true
and add secondaryMeasureAxis
property just like measureAxis
property.