mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
@@ -659,6 +659,8 @@ declare interface ChartLabelAttr {
|
||||
* 多系列标签设置
|
||||
*/
|
||||
seriesLabelFormatter: SeriesFormatter[]
|
||||
|
||||
showGap?: boolean
|
||||
}
|
||||
/**
|
||||
* 提示设置
|
||||
@@ -690,6 +692,8 @@ declare interface ChartTooltipAttr {
|
||||
* 多系列提示设置
|
||||
*/
|
||||
seriesTooltipFormatter: SeriesFormatter[]
|
||||
|
||||
showGap?: boolean
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -40,6 +40,7 @@ declare interface Chart {
|
||||
resultCount: number
|
||||
linkageActive: boolean
|
||||
jumpActive: boolean
|
||||
aggregate?: boolean
|
||||
}
|
||||
declare type CustomAttr = DeepPartial<ChartAttr> | JSONString<DeepPartial<ChartAttr>>
|
||||
declare type CustomStyle = DeepPartial<ChartStyle> | JSONString<DeepPartial<ChartStyle>>
|
||||
|
||||
Reference in New Issue
Block a user