highcharts / highcharts-vue

Other
686 stars 150 forks source link

heatmap render wrong when i update width and height #129

Closed wjhcc2018 closed 4 years ago

wjhcc2018 commented 4 years ago

QQ图片20200103102435 when i change the charts width and height ,the charts render like this;

this.$set(chart, 'width', chartsW);
this.$set(chart, 'height', chartH);
Denyllon commented 4 years ago

Hi @wjhcc2018 ,

Thank you for reporting the issue. Unfortunately I'm not able to reproduce it using built-in chart.setSize() method. Here is the example: https://codesandbox.io/s/highcharts-vue-demo-ylels

Could you provide me with minified demo, where the problem is noticeable?

Kind regards!