mendixlabs/ChartJS

scaleGridLineColor does not exists anymore

Andries-Smit opened this issue · 1 comments

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'

Thank you!