Releases: diogobernardino/williamchart
Releases · diogobernardino/williamchart
3.10.1
3.9.1
- Fix: allow to add points with identical labels
3.9.0
- Adds support for full, horizontal and vertical grids
- Adds support for solid, dashed and dotted grids
- Adds multi-color bars support to
BarChartView
- Fixes need for transparent background in
DonutChartView
3.8.1
- Fix preview mode not working in donut charts
- Fix white color ignored in donut background
- Add default donut color if not provided
3.8.0
- Introduce full grid support (w/ kotlin+xml API)
3.7.2
3.7.1
- Add new tooltip plugin:
tooltip-points
- Tooltips support for click events
3.7.0
- Add support for tooltips for charts extending
AxisChartView
- Release first tooltip package:
tooltip-slider
3.6.0
- Support for chart touch listener
3.5.0
- Improve clickable area for
LineChartView
- Expand click listener to
BarChartView
andHorizontalBarChartView