Skip to Content
0
Former Member
Jul 26, 2016 at 10:43 AM

Increase thickness of line in line chart (Infochart Component)

62 Views

Hi All,

How to increase the thickness of a particular line in Infochart Component (Chart Configuration : Line Chart).

How exactly we identify the child in a line chart???

I have seen in one of the discussion, how to increase the line thickness in a line chart and I tried the same,

.v-lines:nth-child(6) {

stroke-width: 10;

}

The above code is working with a normal Chart component and it is not working in a Infochart component.

So please help me how I can resolve this issue with Infochart component.

Regards,

Arun Krishnan G