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], ...@@ -19,12 +19,12 @@ $.jqplot 'plot', [window.data],
show: true show: true
objects: [ objects: [
horizontalLine: horizontalLine:
name: 'avg'
y: avg y: avg
lineWidth: 1 lineWidth: 1.5
color: '#b5b5b5' color: '#91b8c4'
shadow: false shadow: false
showTooltip: true showTooltip: true
tooltipFormatString: 'avg: %2$.4f' tooltipFormatString: 'avg %2$.4f'
showTooltipPrecision: .1 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