superman66 / vue-highcharts

The Component of Vue 2.x for highcharts
https://codesandbox.io/s/jjyqvv0k13
MIT License
115 stars 48 forks source link

Offset from parent Safari #20

Open surielmx opened 6 years ago

surielmx commented 6 years ago

Hi, when I go to this page, the chart looks fine, but when reload the page, the chart width is offset from parent too much. Only happen in Safari

screen shot 2017-10-10 at 7 49 32 pm

screen shot 2017-10-10 at 7 52 23 pm

Greetings!

superman66 commented 6 years ago

have you set the chart width value?

surielmx commented 6 years ago

Yes, but I don't need the width with px, it supposed to fit to width of parent container. Previous version of this project was with angular2 and don't have any issue with highcharts angular's version

Greetings!