vue-multipane
vue-multipane copied to clipboard
Vue-multipane not working with Vue-apexchart
https://codesandbox.io/s/vue-pane-chart-datatables-context-ppxlr?file=/src/components/HelloWorld.vue:1801-1816
Every time you click on the chart, errors appear to the console. Apparently the libraries overlap.
It's the same issue as this bug: https://github.com/yansern/vue-multipane/issues/19.
I got past it by adding @mousedown.stop
to the parent div of the apexchart component.