I have 4 Gauge charts in my application, I want to change the different font sizes different gauges.
Let me know how to achieve this. ??
What i tried:
The below code tried achieve it, But my "binding ID" are generated dynamically i cant stick to the particular "Binding ID".
// Code written in CSS
#My_Chart_ID c3.Gauge-arcs c3-gauge-value{
font-size: 28px;
}
Let me know the solutions to achieve in javascript / Jquery, Because CSS doesn't work to my problem.
Thanks in advance
Anithraj T
anith...@gmail.com