-
Notifications
You must be signed in to change notification settings - Fork 331
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
Vue.js. Annotation does not appear #276
Comments
I found out that it's working with chart.js: 2.9.3, but does not with 2.9.4. |
Confirmed this does not work on ChartJS version 2.9.4 but does on 2.9.3. Was loosing my mind until I stumbled upon this thread! |
Can confirm the same issue with 2.9.4 compared to 2.9.3 |
@sshiling & @dankell - I found the root cause for this issue. I filed an issue with the Chart.js repo at chartjs/Chart.js#8382 and also explained in an answer to a similar problem at https://stackoverflow.com/questions/64878459/annotation-dont-show-in-vue-chartjs/66058308#66058308 |
Duplicate of #265 |
Expected Behavior
Annotation on the chart is displayed.
Actual Behavior
Annotation on the chart is not displayed.
Environment
ChartBar.vue
Page.vue
I've checked these links:
https://stackoverflow.com/questions/56273630/attach-a-custom-plugin-to-vue-chart
vue-chartjs GitHub issue #86
It works on CodeSandbox
https://codesandbox.io/s/wandering-tdd-h8h0m?file=/src/App.vue
But doesn't work in my actual vue project.
I saw the same issue on the internet:
https://www.gitmemory.com/issue/apertureless/vue-chartjs/666/734989814
But can't figure out why it so.
Please could you give me a hint?
I definitely missed something.
The text was updated successfully, but these errors were encountered: