We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cf67df + f540173 commit 7659190Copy full SHA for 7659190
1 file changed
packages/traction-widget/components/Charts/Charts.vue
@@ -211,15 +211,16 @@ const updateChart = async () => {
211
endValue: 6,
212
xAxisIndex: [0],
213
handleSize: 0,
214
- height: 5,
+ height: 8,
215
bottom: 70,
216
borderColor: 'transparent',
217
fillerColor: 'transparent',
218
backgroundColor: 'transparent',
219
showDataShadow: false,
220
showDetail: false,
221
realtime: true,
222
- filterMode: 'filter'
+ filterMode: 'filter',
223
+ moveHandleSize: 15
224
},
225
legend: {
226
bottom: 0,
0 commit comments