Commit 8d895bbb authored by Taddeus Kroes's avatar Taddeus Kroes

Tweaked avegare score line in plot

parent 6f0f2678
......@@ -19,12 +19,12 @@ $.jqplot 'plot', [window.data],
show: true
objects: [
horizontalLine:
name: 'avg'
y: avg
lineWidth: 1
color: '#b5b5b5'
lineWidth: 1.5
color: '#91b8c4'
shadow: false
showTooltip: true
tooltipFormatString: 'avg: %2$.4f'
tooltipFormatString: 'avg %2$.4f'
showTooltipPrecision: .1
tooltipLocation: 'ne'
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment