ghalex / vue3-charts

Vue3-Charts is an SVG-based charting library that is very easy to use and highly customizable
https://vue3charts.org
MIT License
142 stars 23 forks source link

Remove console.log #52

Open CartaStudio opened 1 year ago

mahirfatihunal commented 1 year ago

There are still console.log() entries left.

/src/components/Area/index.vue line 73: console.log(points.value)

/dist/vue3-charts.esm.js line 6805: console.log(points.value)

JBtje commented 9 months ago

@ghalex Could you please?