Skip to content

Commit 04017e8

Browse files
committed
upd: 滑动条样式优化
1 parent 3b283c4 commit 04017e8

File tree

1 file changed

+3
-2
lines changed
  • packages/traction-widget/components/Charts

1 file changed

+3
-2
lines changed

packages/traction-widget/components/Charts/Charts.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,15 +211,16 @@ const updateChart = async () => {
211211
endValue: 6,
212212
xAxisIndex: [0],
213213
handleSize: 0,
214-
height: 5,
214+
height: 8,
215215
bottom: 70,
216216
borderColor: 'transparent',
217217
fillerColor: 'transparent',
218218
backgroundColor: 'transparent',
219219
showDataShadow: false,
220220
showDetail: false,
221221
realtime: true,
222-
filterMode: 'filter'
222+
filterMode: 'filter',
223+
moveHandleSize: 15
223224
},
224225
legend: {
225226
bottom: 0,

0 commit comments

Comments
 (0)