mendixlabs / ChartJS

A Mendix widget that wraps the ChartJS library.
https://appstore.home.mendix.com/link/app/1712/Mendix/ChartJS-Widget
Apache License 2.0
4 stars 28 forks source link

scaleGridLineColor does not exists anymore #79

Closed Andries-Smit closed 8 years ago

Andries-Smit commented 8 years ago

Property in modeler to set the grid line color does not have any effect.

https://github.com/mendix/ChartJS/blob/master/src/ChartJS/widgets/LineChart/widget/LineChart.js#L181

ChartJs api changes: http://www.chartjs.org/docs/#scales

new property is 'gridLines.color'

Andries-Smit commented 8 years ago

Thank you!