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