Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Format plot highlighter hover text a bit better
  • Loading branch information
japhb committed May 18, 2013
1 parent 9de6718 commit d56f568
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analyze
Expand Up @@ -508,7 +508,8 @@ sub summarize_results_html_plot {
series: series_conf,
highlighter: {
show: true,
tooltipAxes: "y"
tooltipAxes: "y",
formatString: "%.1f/s"
},
legend: {
renderer: $.jqplot.EnhancedLegendRenderer,
Expand Down

0 comments on commit d56f568

Please sign in to comment.