[Vuejs]-Displaying a vue component inside highcharts tooltip via vue-portal

1👍

I got it.
I worked my up on @Denyllon (see Github-Link) solution.

Here with JSX in the render() function

https://codesandbox.io/s/highcharts-vue-demo-forked-zv4czp?file=/src/components/Chart.vue

Then I took out JSX, still using render()

https://codesandbox.io/s/vue-tooltip-working-native-render-gg6pf5

Last but not least I took out JSX at all, just using

https://codesandbox.io/s/vue-tooltip-working-template-qz7wvw?file=/src/components/Chart.vue

Leave a comment