-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Error on empty data set #537
Comments
It worked in version 0.7.4. |
The error stems from |
Hi. Can you please post some sample code to reproduce? |
Its in my first post... |
Are there any plans on fixing this? |
@gionkunz - In a line chart, when using Chartist.AutoScaleAxis for x-axis, setting data to [] for any series in a line chart results in: |
PR #555 |
I get an error when I pass an empty data set.
Is it somehow possible to get an empty chart? I'd like to fill my data after page load due to lazy loading.
https://jsbin.com/wayohenane/edit?html,js,console,output
The text was updated successfully, but these errors were encountered: