[Vuejs]-Vue-highcharts dynamic master detail chart example

1๐Ÿ‘

โœ…

My suggestion it to implement it as a new component called for example MasterDetailChart, which would take the data as the prop and generate both charts basing on given data.
I prepared the new demo using Codesandbox platform, so please take a look on it.

Currently you can use that component, and one thing you need to do is just pass the data through component props.

Live example: https://codesandbox.io/s/highcharts-vue-demo-jnqr6

Kind regards!

๐Ÿ‘คdaniel_s

Leave a comment