Skip to content

Commit

Permalink
Merge pull request #141 from strigona-worksight/status-monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard committed Jun 3, 2016
2 parents 1df8876 + 675ef74 commit 47e7a2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,7 @@ function draw_graph(options) {
var adjustedTrueValue = d3.format(',')(trueValue.toFixed(2));
}

content += '<tr><td class="legend-color-guide"><div style="background-color: ' + data.series[v].color + '"></div></td><td>' + data.series[v].key + '</td><td class="value"><strong>' + adjustedTrueValue + " " + localStorage.getItem(tempKey) + '</strong></td></tr>';
content += '<tr><td class="legend-color-guide"><div style="background-color: ' + data.series[v].color + '"></div></td><td>' + data.series[v].key + '</td><td class="value"><strong>' + adjustedTrueValue + " " + localStorage.getItem(data.series[v].key) + '</strong></td></tr>';
}

content += '</tbody></table>';
Expand Down

0 comments on commit 47e7a2a

Please sign in to comment.