We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a series looks like [2,2,2,2,2,2,2,2], Ico.LineGraph will throw an error: b[0] is undefined at raphael.min.js line 7.
The text was updated successfully, but these errors were encountered:
Version 0.97:
7056afc
- Encapsulate de and ug() as local varaible to global function. - Fix issue #3: Line chart unable to handle data array with all equal values
Thanks for the report. This is fixed in version 0.97, available now.
The problem happened only when all values of all series would hold the same value.
This was due to a range of values that was zero. Now when the range is zero the minimum value is forced to zero.
Sorry, something went wrong.
Fix related to issue #3 if all values are zero.
84fb893
No branches or pull requests
If a series looks like [2,2,2,2,2,2,2,2], Ico.LineGraph will throw an error: b[0] is undefined at raphael.min.js line 7.
The text was updated successfully, but these errors were encountered: