Closed valgeirb closed 1 year ago
First, thanks for making this component. I'm getting an error related to this.$refs.chart.
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?
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?