c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.33k stars 1.39k forks source link

Changing opacity to 1 in redrawArc removes flashing for gauge #2826

Open blazespinnaker opened 3 years ago

blazespinnaker commented 3 years ago

I changed the value to 1 here for opacity https://github.com/c3js/c3/blob/2f3cddb818065f1d0c45f562745d4249e12980ff/docs/js/c3.esm.js#L6977

I was updating the gauge frequently and with opacity 0 it flashed in very visually irritating way. With opacity 1, the flashing stopped.

In case it helps anyone