mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
refactor(图表): 仪表盘和水波图最大值默认为 1 #10479
This commit is contained in:
@@ -223,7 +223,7 @@ export const DEFAULT_MISC: ChartMiscAttr = {
|
||||
id: '',
|
||||
summary: ''
|
||||
},
|
||||
gaugeMax: 100,
|
||||
gaugeMax: 1,
|
||||
gaugeStartAngle: 225,
|
||||
gaugeEndAngle: -45,
|
||||
nameFontSize: 18,
|
||||
@@ -244,7 +244,7 @@ export const DEFAULT_MISC: ChartMiscAttr = {
|
||||
nameFontShadow: false,
|
||||
treemapWidth: 80,
|
||||
treemapHeight: 80,
|
||||
liquidMax: 100,
|
||||
liquidMax: 1,
|
||||
liquidMaxType: 'fix',
|
||||
liquidMaxField: {
|
||||
id: '',
|
||||
|
||||
Reference in New Issue
Block a user