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

ParseInt Data #21

Closed
GoogleCodeExporter opened this issue Mar 21, 2016 · 2 comments
Closed

ParseInt Data #21

GoogleCodeExporter opened this issue Mar 21, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Could I suggest when Parsing data to graph, run the data through parseInt
or parseFloat. I spent 6 hours trying to figure out why the bar graphs
looked hideous to find that the data I was using that came out of PHP came
in string format. While the line graphs plot this fine, the bar graph has
trouble with barWidth. Parsing each x and y co-ordinate through parseInt()
did the trick for me. Note, I'm only testing on Firefox in a Linux enviroment.

Happy Graphing
Choice

Original issue reported on code.google.com by joshwa...@gmail.com on 10 Jan 2008 at 2:15

@GoogleCodeExporter
Copy link
Author

I'll think about that. In general, the support for error reporting for debugging
purposes is not exactly optimal.

Original comment by olau%iol...@gtempaccount.com on 17 Jan 2008 at 10:36

@GoogleCodeExporter
Copy link
Author

It's in SVN now. Thanks for the report!

Original comment by olau%iol...@gtempaccount.com on 6 Mar 2008 at 5:53

  • Changed state: Fixed

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

No branches or pull requests

1 participant