mirror of
https://github.com/dataease/dataease.git
synced 2026-06-12 16:31:11 +08:00
feat(图表): 表格空数据提示样式
This commit is contained in:
@@ -393,6 +393,14 @@ declare interface ChartBasicStyle {
|
||||
* 透视表行头宽度百分比
|
||||
*/
|
||||
tableRowHeaderWidthPercent: number
|
||||
/**
|
||||
* 表格空数据提示字体颜色
|
||||
*/
|
||||
tableEmptyFontColor: string
|
||||
/**
|
||||
* 表格空数据提示字体大小
|
||||
*/
|
||||
tableEmptyFontSize: number
|
||||
}
|
||||
/**
|
||||
* 表头属性
|
||||
|
||||
Reference in New Issue
Block a user