Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Width of the line getting decreasing if number of lines count increases in JBBarChartView #236

Closed
AnilkumarRabhasa opened this issue Dec 11, 2017 · 1 comment

Comments

@AnilkumarRabhasa
Copy link

AnilkumarRabhasa commented Dec 11, 2017

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.
screen shot 2017-12-11 at 6 33 00 pm

screen shot 2017-12-11 at 6 33 15 pm
screen shot 2017-12-11 at 6 47 02 pm

@terryworona
Copy link
Collaborator

Please see the performance section of the Wiki.

"For large datasets, we recommend that your dataSource to supply a subset of points; clustering those that are close to one another."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants