X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Flegend.js;h=fb93b419203bc53cac85c4b9eb9490152d44881e;hb=0a0885d1383321a67155fcf1cb12c583cdd89ef2;hp=2ff939879e74a2c55aa064faddad4c8b703f49b5;hpb=d16d197c2d63be4a36f2639040f110e2ccf20c7f;p=dygraphs.git diff --git a/plugins/legend.js b/plugins/legend.js index 2ff9398..fb93b41 100644 --- a/plugins/legend.js +++ b/plugins/legend.js @@ -249,7 +249,7 @@ generateLegendHTML = function(g, x, sel_points, oneEmWidth) { // TODO(danvk): use a template string here and make it an attribute. html += "" + " " + - escapeHTML(pt.name) + ": " + yval + ""; + escapeHTML(pt.name) + ": " + yval + ""; } return html; };