Skip to content

Commit 137cefe

Browse files
committed
tweak zoom controller
1 parent fbd2d6c commit 137cefe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/js/chart.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ console.log('Getting indicator data...');
3131
position: 'floating',
3232
},
3333
dataZoom: {
34-
visible: false,
34+
visible: true,
35+
position: 'inside',
36+
height: 6,
37+
start: 70,
38+
end: 100,
3539
},
3640
layout: {
3741
mainPaneHeight: '60%',

0 commit comments

Comments
 (0)