mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
feat(图表): 饼图/环形图支持合并数据为其他
This commit is contained in:
@@ -217,6 +217,18 @@ declare interface ChartBasicStyle {
|
||||
* 地图缩放按钮背景颜色
|
||||
*/
|
||||
zoomBackground: string
|
||||
/**
|
||||
* 是否合并数据为其他
|
||||
*/
|
||||
calcTopN: boolean
|
||||
/**
|
||||
* 只展示 TopN 项,其他合并为一项
|
||||
*/
|
||||
topN: number
|
||||
/**
|
||||
* 其他项的标签
|
||||
*/
|
||||
topNLabel: string
|
||||
}
|
||||
/**
|
||||
* 表头属性
|
||||
|
||||
Reference in New Issue
Block a user