Skip to content

Commit

Permalink
Improve highlight style in analyze plots
Browse files Browse the repository at this point in the history
  • Loading branch information
japhb committed May 25, 2013
1 parent cd8d322 commit 43dc132
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions analyze
Expand Up @@ -515,7 +515,7 @@ sub summarize_results_html_plot {
yvalues: 2,
tooltipAxes: "y",
tooltipLocation: "n",
formatString: "%.1f per second<br>%.0fx slower than fastest"
formatString: "<strong>%.1f</strong> per second<br><strong>%.0f</strong>x slower than fastest"
},
legend: {
renderer: $.jqplot.EnhancedLegendRenderer,
Expand Down Expand Up @@ -547,7 +547,7 @@ sub summarize_results_html_plot {
show: true,
tooltipAxes: "y",
tooltipLocation: "n",
formatString: "%.1f per second"
formatString: "<strong>%.1f</strong> per second"
},
legend: {
show: false
Expand All @@ -568,6 +568,7 @@ sub summarize_results_html_plot {
<style type="text/css">
.bench_ver { font-family: monospace; }
.bench_start_time { font-family: monospace; }
.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip { background: rgba(208,208,208,1) !important; }
</style>
</head>
Expand Down

0 comments on commit 43dc132

Please sign in to comment.