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
Issue : I am passing Array of data to show the number of lines into that graph. So if Array count is greater than 100, its coming lines are very less width even some times not able to visible.
If Array count is 50 or 60 its coming good.
I understand its taking by number of lines and adjusting the width of every line (bar)
Where can I change for this, I want same width for all data.
I got struck due to this from 2 days.
Can you please help us to fix this?
And is there possibility to set 3 colours for each bar?
And initial time even if I assign 30 indexes with Array with 0 (zero), its showing full lines with big height even I set minimum value is 0.0f?
PFA.
The text was updated successfully, but these errors were encountered:
Thanks for the great library, its helped us so much for graph. Following Graph we have used.
https://github.com/Jawbone/JBChartView
And We are using JBBarChartView in this library.
We have got one issue.
Issue : I am passing Array of data to show the number of lines into that graph. So if Array count is greater than 100, its coming lines are very less width even some times not able to visible.
If Array count is 50 or 60 its coming good.
I understand its taking by number of lines and adjusting the width of every line (bar)
Where can I change for this, I want same width for all data.
I got struck due to this from 2 days.
Can you please help us to fix this?
And is there possibility to set 3 colours for each bar?
And initial time even if I assign 30 indexes with Array with 0 (zero), its showing full lines with big height even I set minimum value is 0.0f?
PFA.

The text was updated successfully, but these errors were encountered: