feat(图表): 饼图/环形图支持合并数据为其他

This commit is contained in:
wisonic-s
2024-04-24 18:36:47 +08:00
parent a8eee9ca20
commit 991a95bb5d
5 changed files with 115 additions and 9 deletions

View File

@@ -217,6 +217,18 @@ declare interface ChartBasicStyle {
* 地图缩放按钮背景颜色
*/
zoomBackground: string
/**
* 是否合并数据为其他
*/
calcTopN: boolean
/**
* 只展示 TopN 项,其他合并为一项
*/
topN: number
/**
* 其他项的标签
*/
topNLabel: string
}
/**
* 表头属性