Interface ChartSettings

interface ChartSettings {
    chartTypes?: ChartType[];
    digitsInfo?: string;
    locale?: string;
    maximumLimit?: number;
    theme?: string;
    trellisHorizontal?: number;
    trellisVertical?: number;
    universalTransition?: boolean;
}

Properties

chartTypes?: ChartType[]

standby chart types for chart annotation

digitsInfo?: string

digitsInfo for number formater

locale?: string

Locale / Language

maximumLimit?: number

The maximum limit of data that show in chart

theme?: string

图形主题

trellisHorizontal?: number

格子横向个数

trellisVertical?: number

格子纵向个数

universalTransition?: boolean

对应 ECharts 的 Universal Transition

Generated using TypeDoc