react-chartjs
react-chartjs copied to clipboard
v2: updating borderWidth or pointStyle does not redraw
Hi guys,
I have a line chart with
<LineChart data={chartData} options={chartOptions} width="1000" height="600" redraw />
When I change the borderWidth in chartData (in a dataset), the chart isn't redrawn. Even with redraw-option this has no effect.
will be fixed in #180 when PR is updated
@Jareechang any idea when this will be merged??