mdewilde / chart

Java library for use with Chart.js javascript library
Apache License 2.0
112 stars 43 forks source link

Add support for the barThickness and barThickness attributes. #21

Closed davidklebanoff closed 5 years ago

davidklebanoff commented 5 years ago

Add support for the barThickness and maxBarThickness attributes.

https://www.chartjs.org/docs/latest/charts/bar.html#configuration-options

mdewilde commented 5 years ago

Added to release 2.4.0 Will be available from Maven Central shortly. See https://github.com/mdewilde/chart/blob/08bf396c14d8a35a54c149a1c95474c733c59381/src/test/java/be/ceau/chart/tests/BarTest.java#L89 for an example.