Skip to content

Releases: diogobernardino/williamchart

3.10.1

30 Jan 16:06
Compare
Choose a tag to compare
  • Fix missing AntiAliasing in DonutChartViewss
  • Add negative values support for BarChartView and HorizontalBarChartView

3.9.1

23 Nov 15:18
Compare
Choose a tag to compare
  • Fix: allow to add points with identical labels

3.9.0

21 Nov 12:05
Compare
Choose a tag to compare
  • 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

16 Nov 18:11
Compare
Choose a tag to compare
  • 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

14 Nov 11:58
Compare
Choose a tag to compare
  • Introduce full grid support (w/ kotlin+xml API)

3.7.2

04 Oct 17:48
Compare
Choose a tag to compare
  • Fix DonutChartView colors out of order (issue)
  • Fix DonutChartView entries not fulfilling donut (issue)

3.7.1

23 Jun 13:02
Compare
Choose a tag to compare
  • Add new tooltip plugin: tooltip-points
  • Tooltips support for click events

3.7.0

14 Jun 16:30
Compare
Choose a tag to compare
  • Add support for tooltips for charts extending AxisChartView
  • Release first tooltip package: tooltip-slider

3.6.0

09 Jun 18:37
Compare
Choose a tag to compare
  • Support for chart touch listener

3.5.0

08 Jun 12:10
Compare
Choose a tag to compare
  • Improve clickable area for LineChartView
  • Expand click listener to BarChartView and HorizontalBarChartView