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