MCPcopy
hub / github.com/ecomfe/echarts-wordcloud / WorldCloudDataItem

Interface WorldCloudDataItem

index.d.ts:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42interface WorldCloudDataItem {
43 name?: string;
44 value?: number | number[];
45 textStyle?: WordCloudTextStyle;
46 emphasis?: {
47 textStyle?: WordCloudTextStyle;
48 };
49}
50
51declare module 'echarts/types/dist/echarts' {
52 export interface WordCloudSeriesOption {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected