c3js / c3

:bar_chart: A D3-based reusable chart library

Home Page:http://c3js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changing opacity to 1 in redrawArc removes flashing for gauge

blazespinnaker opened this issue · comments

I changed the value to 1 here for opacity

.style('opacity', 0)

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