Annotation is not shown in Vue project.
It is the demonstration codes of the problem. (chartjs-plugin-annotation 0.5.7)
https://jsfiddle.net/kenmasu/Lgt7vpyx/1/
It is similar codes without Vue. It shows annotations expectedly.
https://jsfiddle.net/kenmasu/hm6p0ou3/1/
It seems that Vue automatically change normal objects to Vue Observable objects.
So that, the plugin failed to merge annotations (default annotations and given annotations) in initConfig() in helper.js.
I modified initConfig() and confirmed it fixed.
kenmasumitsu@3f5315f
https://jsfiddle.net/kenmasu/r1xz9tLj/
Annotation is not shown in Vue project.
It is the demonstration codes of the problem. (chartjs-plugin-annotation 0.5.7)
https://jsfiddle.net/kenmasu/Lgt7vpyx/1/
It is similar codes without Vue. It shows annotations expectedly.
https://jsfiddle.net/kenmasu/hm6p0ou3/1/
It seems that Vue automatically change normal objects to Vue Observable objects.
So that, the plugin failed to merge annotations (default annotations and given annotations) in initConfig() in helper.js.
I modified initConfig() and confirmed it fixed.
kenmasumitsu@3f5315f
https://jsfiddle.net/kenmasu/r1xz9tLj/