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
When all data is null:
type: 'line', data: { labels: ['A', 'B', 'C', 'D', 'E', 'F', 'G'], datasets: [{ label: 'Foo', data: [null, null, null, null, null, null, null] }] },
It is working well in v2.2.0. Working Plunker
But it throw the error below in v2.2.1. Bug Plunker, and crash the app.
You can see the error in your console:
Cannot read property '_view' of undefined
The text was updated successfully, but these errors were encountered:
I have a fix in #3067
Sorry, something went wrong.
+1.
Same error when the application was uploaded on the server but works fine on the local server in Laravel framework
etimberg
No branches or pull requests
When all data is null:
It is working well in v2.2.0. Working Plunker
But it throw the error below in v2.2.1. Bug Plunker, and crash the app.
You can see the error in your console:
The text was updated successfully, but these errors were encountered: