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

console.log in Area file #30

Closed antonioferngarcia closed 2 years ago

antonioferngarcia commented 2 years ago

When using Area component one console.log is printed with area type and direction. After searching for this i founded in Area/index.vue file in line 58 console.log(type, chart.config.direction)

ghalex commented 2 years ago

Thanks for reporting this, I removed it in the new version.