The detailed new feature description can be found on below article.
Features :
-
Playground
-
Legend
- Implement legend.contents (#58)
-
Tooltip
- Implement tooltip.order (#127)
-
Arc
- Implement multiline donut title (#71)
-
ChartInternal, Options
-
Data, Options
- Implement data.onmin/onmax callback (#8)
-
Options, Text
- Add new data.labels.position option (#57)
-
Interaction
- Add new inputType.touch.preventDefault option (#82)
Bug Fixes :
-
Gauge
- Correct background rendering on fullCircle (#140)
-
Selection
- Correct multiple callback calls (#117)
-
Shape
- Line.step.type config not working (#85)
Documents :
-
Legend
- Document missing API (#133)
-
Options
-
Contribution
- Add code of conduct (#100)
-
Readme
- Add chart type image (#94)
-
Options.donut, Options.pie
- Add donut/pie label ratio option api (#79)
-
Gh-template
- Remove 'preferred reviewers' clause (#74)
-
Demo
- Correct wrong option name (#72)
Code Styles :
- Interactions, Internals
- Correct eslint error (#65)
Test Codes :
-
Api.chart
- Add some initial test cases for chart api (#62)
-
Event