-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed as not planned
Labels
enThis issue is in EnglishThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.typescript
Description
What problem does this feature solve?
the problem is 'CategoryAxisBaseOption' interface is no exported,and I want to write such code , like this :
import { CategoryAxisBaseOption, EChartsOption } from 'echarts'
let xAxisData: CategoryAxisBaseOption = ['xAxis1', 'xAxis2']
const chartOption: EChartsOption = {
xAxis: {
data: xAxisData,
},
}so what should I do , and why not export CategoryAxisBaseOption。
The real reason for this is package component in Vue , the xAxisData is prop define in Vue component。
What does the proposed API look like?
I don't know how to do it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enThis issue is in EnglishThis issue is in EnglishpendingWe are not sure about whether this is a bug/new feature.We are not sure about whether this is a bug/new feature.staleInactive for a long time. Will be closed in 7 days.Inactive for a long time. Will be closed in 7 days.typescript