Can the default arc color be set in a c3.js gauge?
Asked Answered
D

1

5

The C3 gauge example here shows an arc where the default color is grey but when the same code is placed in our project, the default arc color is solid black. Is there any way to explicitly set the default arc color?

Debase answered 13/10, 2015 at 18:5 Comment(0)
D
7

Needed to add the following to the page's css file...

.c3-chart-arcs-background{fill:#e0e0e0;stroke:none} 
Debase answered 13/10, 2015 at 20:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.