@echarts-component/vue
Version:
Echarts component for Vue
7 lines (6 loc) • 333 B
TypeScript
import { TextCommonOption, AxisNameTextStyleOption, LabelOption } from 'echarts/types/dist/shared';
export { TextCommonOption, AxisNameTextStyleOption, LabelOption };
export type TextOptions = (TextCommonOption | AxisNameTextStyleOption | LabelOption) & {
show?: boolean;
};
export declare const DefaultTextOptions: TextOptions;