this is apparently needed
This commit is contained in:
parent
95557ab37d
commit
b5e620684b
@ -65,6 +65,16 @@ TEMPLATE = """
|
|||||||
},
|
},
|
||||||
rowSpacing: '0px'
|
rowSpacing: '0px'
|
||||||
},
|
},
|
||||||
|
axes:{
|
||||||
|
xaxis:{
|
||||||
|
renderer:$.jqplot.DateAxisRenderer,
|
||||||
|
tickOptions:{formatString:'%H:%M:%S'}
|
||||||
|
},
|
||||||
|
yaxis:{
|
||||||
|
min: 0,
|
||||||
|
tickOptions:{formatString:'%.2f'}
|
||||||
|
}
|
||||||
|
},
|
||||||
highlighter: {
|
highlighter: {
|
||||||
show: true,
|
show: true,
|
||||||
sizeAdjust: 7.5
|
sizeAdjust: 7.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user