X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Flegend.js;h=7406f82a950f3c7cf7e516786591123f9400eee9;hb=2aed8ad8c03598cd6099b6b5c5fab85011fe6009;hp=35f30b0215463e5b34272da25d0b29c1af4b63c3;hpb=36db726360ab1f9ddb7a1fe5528d6c073c5f85a5;p=dygraphs.git diff --git a/plugins/legend.js b/plugins/legend.js index 35f30b0..7406f82 100644 --- a/plugins/legend.js +++ b/plugins/legend.js @@ -245,7 +245,7 @@ generateLegendHTML = function(g, x, sel_points, oneEmWidth) { // TODO(danvk): use a template string here and make it an attribute. html += "" + " " + - pt.name + ":" + yval + ""; + pt.name + ": " + yval + ""; } return html; };