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
Chart will re-render when data is changed using reactiveProp
reactiveProp
Uncaught TypeError: Cannot read property 'draw' of null
Hello, I am trying to use the reactiveProp mixin to update a line chart.
When I do the following, I receive the error listed above.
this.chartData.datasets = [ { label: 'New Label', backgroundColor: '#f87979', data: [40, 20, 42, 20, 20, 20, 20, 20, 20, 20, 22, 21] } ]
From the below image, it looks the _meta object is being cleared out, but I don't know if this is related or not.
_meta
The text was updated successfully, but these errors were encountered:
Hey,
can you provide a bigger code snippet? I can't reproduce the issue.
Sorry, something went wrong.
closed due to inactivity.
No branches or pull requests
Expected Behavior
Chart will re-render when data is changed using
reactiveProp
Actual Behavior
Uncaught TypeError: Cannot read property 'draw' of null
Description
Hello, I am trying to use the
reactiveProp
mixin to update a line chart.When I do the following, I receive the error listed above.
From the below image, it looks the
_meta
object is being cleared out, but I don't know if this is related or not.Environment
The text was updated successfully, but these errors were encountered: