vue3-charts icon indicating copy to clipboard operation
vue3-charts copied to clipboard

[export type] please export AxisConfig interface

Open loclv opened this issue 3 years ago • 0 comments

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!

loclv avatar May 29 '22 19:05 loclv