Releases: nzzdev/Q-chart
Releases · nzzdev/Q-chart
v2.0.1
v2.0.0
new features
- highlighting is now possible for rows and columns (and multiple highlights are supported)
- color handling is refactored to allow for the new feature overwriting the color for rows (in addition to columns)
- new chart type
Area
- uses the new dynamicSchema functionality of Q Editor to make the title of the highlight row property dynamically based on the data
- arrow/dot: do not show diff label if the diff is
0
breaking changes
- The
toolRuntimeConfig
structure is changed to the following
"toolRuntimeConfig": {
"colorSchemes": {
"grays" [],
"categorical_normal": [],
"categorical_light": [],
"diverging_one": [],
"diverging_two": [],
"diverging_three": [],
},
"axis": {
},
"text": {
}
}
see https://github.com/nzzdev/Q-chart/blob/v2.0.0/cli-config.js for details regarding the values in toolRuntimeConfig
v1.16.0
v1.15.0
v1.14.1
v1.14.0
v1.13.2
Merge pull request #106 from nzzdev/release-1.13.2 Release 1.13.2