fix: 修改 chartBox参数格式不对的问题
This commit is contained in:
@@ -202,6 +202,11 @@ export default {
|
||||
stack: 0,
|
||||
nullType: 'null',
|
||||
legend: { placement: 'bottom', values: [], show: true },
|
||||
enable: {
|
||||
legend: true,
|
||||
valueMapping: true,
|
||||
thresholds: true
|
||||
},
|
||||
thresholdShow: true,
|
||||
thresholds: [{ value: undefined, color: randomcolor() }]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user