Demo: https://codesandbox.io/s/vue-apexcharts-sync-annotation-problem-kz2ff
Steps to reproduce: Click on the Set annotation button
-
What is the behavior you expect?
The first chart gets an annotation between the first and the second xaxis point, while the second chart gets an annotation between the sixth and the seventh point.
-
What is happening instead?
Both charts get an annotation between the sixth and the seventh point.
This only happens to grouped charts - if I remove group: "sameGroup", the problem goes away.