c3js/c3

Changing opacity to 1 in redrawArc removes flashing for gauge

blazespinnaker opened this issue · 0 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