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
135 stars 23 forks source link

Useless console log into Area component #57

Open maurop93 opened 3 weeks ago

maurop93 commented 3 weeks ago

Just remove this to avoid useless logs in console, thanks :)

https://github.com/ghalex/vue3-charts/blob/4fb9ce2afd200af6bea599fc15c6ec3070084f1c/src/components/Area/index.vue#L73

maurop93 commented 3 weeks ago

I saw a pull request open for this. https://github.com/ghalex/vue3-charts/pull/52 Just merge it, thanks