feat(图表): 表格空数据提示样式

This commit is contained in:
wisonic
2026-05-18 17:31:55 +08:00
committed by wisonic-s
parent bfe45be747
commit cce9f78882

View File

@@ -393,6 +393,14 @@ declare interface ChartBasicStyle {
* 透视表行头宽度百分比
*/
tableRowHeaderWidthPercent: number
/**
* 表格空数据提示字体颜色
*/
tableEmptyFontColor: string
/**
* 表格空数据提示字体大小
*/
tableEmptyFontSize: number
}
/**
* 表头属性