dmtrbrl / vue-trend-chart

Simple trend charts for Vue.js
https://dmtrbrl.github.io/vue-trend-chart/
MIT License
261 stars 29 forks source link

Cannot read properties of null (reading 'getBoundingClientRect') #51

Closed valgeirb closed 1 year ago

valgeirb commented 2 years ago

First, thanks for making this component. I'm getting an error related to this.$refs.chart.

vue-trend-chart.mjs:433 Uncaught TypeError: Cannot read properties of null (reading 'getBoundingClientRect')

https://github.com/dmtrbrl/vue-trend-chart/blob/master/src/components/trend-chart.js#L114

Do you need a reproduction or is this enough?