You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@danielgindi I am trying to implement Bar chart with limit line for each Bar. Can someone please help me how should I achieve this. I have to also do all rounded corners for bar. #Please go through the attached screenshot which I have to achieve.
The text was updated successfully, but these errors were encountered:
there is rounded bar PR, you acn take a look.
As for the limit line, when drawing the barRect, you should be able to know its width, and you already know the y point value, so should be doable by yourself
@danielgindi I am trying to implement Bar chart with limit line for each Bar. Can someone please help me how should I achieve this. I have to also do all rounded corners for bar. #Please go through the attached screenshot which I have to achieve.
The text was updated successfully, but these errors were encountered: