fix(工作台): 修复工作台滑动模式起始值模式
This commit is contained in:
parent
8bd334afcd
commit
e744f1ed38
|
@ -233,11 +233,10 @@ export function getCommonBarOptions(hasRoom: boolean, color: string[]): Record<s
|
||||||
type: 'slider',
|
type: 'slider',
|
||||||
height: 24,
|
height: 24,
|
||||||
bottom: 10,
|
bottom: 10,
|
||||||
// TODO 待优化,xinxinwu 调研优化中
|
// 按照坐标值显示起始位置
|
||||||
start: 0,
|
startValue: 0,
|
||||||
end: 30,
|
rangeMode: ['value', 'percent'], // 起点按实际值,终点按百分比动态计算
|
||||||
minSpan: 0, // 最小滑动距离
|
showDataShadow: 'auto',
|
||||||
maxSpan: 100,
|
|
||||||
showDetail: false,
|
showDetail: false,
|
||||||
filterMode: 'filter',
|
filterMode: 'filter',
|
||||||
moveOnMouseMove: true,
|
moveOnMouseMove: true,
|
||||||
|
|
Loading…
Reference in New Issue