bbonnin / vue-morris

VueJS component wrapping Morris.js
MIT License
237 stars 36 forks source link

Resize option grows continuously #12

Open alchalade opened 6 years ago

alchalade commented 6 years ago

Hi, when I set the resize option to true, the chart grows (vertical) uninfinitely. The only way to stop it is to delete the resize handler function (with vue dev tool ). Do you have any idea why it happens? Thank you.

bbonnin commented 6 years ago

Hi, Can you provide more details about your context ? The folder examples contains charts with the resize field is set to true and there is no problem. Thanks!