mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
feat(视图): 支持字体、间距、阴影
This commit is contained in:
parent
9d7bec3b91
commit
078f726b85
@ -64,12 +64,12 @@ export const DEFAULT_SIZE = {
|
||||
quotaFontFamily: 'Microsoft YaHei',
|
||||
quotaFontIsBolder: false,
|
||||
quotaFontIsItalic: false,
|
||||
quotaLetterSpace: 0,
|
||||
quotaLetterSpace: '0',
|
||||
quotaFontShadow: false,
|
||||
dimensionFontFamily: 'Microsoft YaHei',
|
||||
dimensionFontIsBolder: false,
|
||||
dimensionFontIsItalic: false,
|
||||
dimensionLetterSpace: 0,
|
||||
dimensionLetterSpace: '0',
|
||||
dimensionFontShadow: false,
|
||||
scatterSymbol: 'circle',
|
||||
scatterSymbolSize: 20,
|
||||
|
Loading…
Reference in New Issue
Block a user