File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -292,8 +292,18 @@ <h4>Log sync</h4>
292
292
< canvas width ="0 " height ="0 " id ="craftCanvas "> </ canvas >
293
293
< div class ="analyser ">
294
294
< canvas width ="0 " height ="0 " id ="analyserCanvas "> </ canvas >
295
- < input id ="analyserZoomX " type ="range " name ="analyserZoomX " value ="100 " min ="100 " max ="500 " step ="100 " title =""/>
296
- < input id ="analyserZoomY " type ="range " name ="analyserZoomY " value ="100 " min ="10 " max ="1000 " step ="10 "/>
295
+ < input id ="analyserZoomX " type ="range " name ="analyserZoomX " value ="100 " min ="100 " max ="500 " step ="10 " title ="" list ="analyserZoomXTicks "/>
296
+ < input id ="analyserZoomY " type ="range " name ="analyserZoomY " value ="100 " min ="10 " max ="1000 " step ="10 " list ="analyserZoomYTicks "/>
297
+ < datalist id ="analyserZoomXTicks ">
298
+ < option > 100</ option >
299
+ < option > 200</ option >
300
+ < option > 300</ option >
301
+ < option > 400</ option >
302
+ < option > 500</ option >
303
+ </ datalist >
304
+ < datalist id ="analyserZoomYTicks ">
305
+ < option > 100</ option >
306
+ </ datalist >
297
307
</ div >
298
308
< canvas width ="0 " height ="0 " id ="analyserStickCanvas "> </ canvas >
299
309
< span class ="log-open-legend-dialog glyphicon glyphicon-cog " data-toggle ="tooltip " title ="Show the legend "> </ span >
You can’t perform that action at this time.
0 commit comments