Skip to content
Snippets Groups Projects
Commit 8d895bbb authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Tweaked avegare score line in plot

parent 6f0f2678
No related branches found
No related tags found
No related merge requests found
......@@ -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'
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment