forked from github/dataease
refactor: 视图样式配置项调整
This commit is contained in:
parent
792ad211c7
commit
b59c33ddd6
@ -13,11 +13,11 @@ export const DEFAULT_SIZE = {
|
|||||||
barDefault: true,
|
barDefault: true,
|
||||||
barWidth: 40,
|
barWidth: 40,
|
||||||
barGap: 0.4,
|
barGap: 0.4,
|
||||||
lineWidth: 1,
|
lineWidth: 2,
|
||||||
lineType: 'solid',
|
lineType: 'solid',
|
||||||
lineSymbol: 'circle',
|
lineSymbol: 'circle',
|
||||||
lineSymbolSize: 4,
|
lineSymbolSize: 4,
|
||||||
lineSmooth: false,
|
lineSmooth: true,
|
||||||
lineArea: false,
|
lineArea: false,
|
||||||
pieInnerRadius: 0,
|
pieInnerRadius: 0,
|
||||||
pieOuterRadius: 80,
|
pieOuterRadius: 80,
|
||||||
|
Loading…
Reference in New Issue
Block a user