reactjs / react-chartjs

common react charting components using chart.js
MIT License
2.93k stars 301 forks source link

v2: updating borderWidth or pointStyle does not redraw #113

Open macrozone opened 8 years ago

macrozone commented 8 years ago

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.

Jareechang commented 6 years ago

will be fixed in #180 when PR is updated

ImBarry commented 5 years ago

@Jareechang any idea when this will be merged??