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

[export type] please export AxisConfig interface #41

Open loclv opened 2 years ago

loclv commented 2 years ago

Please export AxisConfig and ChartAxis interface, so i can import like this:

import type {  AxisConfig, ChartAxis  } from "vue3-charts"

For improving and reusing input axis object type!

Thank you for being awesome package!