X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Flegend.js;h=7406f82a950f3c7cf7e516786591123f9400eee9;hb=2f5f8198b319a142c0f8578d98c57a940e24fbe2;hp=35f30b0215463e5b34272da25d0b29c1af4b63c3;hpb=0cd1ad15aefb3bd6507886e4cbba0d7587a56610;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; };