X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=plugins%2Faxes.js;h=15bb8f51d2696ac9182666a15a298ded77001b6f;hb=83b0c192191d484d9909fc7041a534572d07c983;hp=02f621f296854172288e0d56e14ae45cd25171de;hpb=e4a06d92cb5cb671a668ecc7b2c9c8f5155b16ea;p=dygraphs.git diff --git a/plugins/axes.js b/plugins/axes.js index 02f621f..15bb8f5 100644 --- a/plugins/axes.js +++ b/plugins/axes.js @@ -123,17 +123,17 @@ axes.prototype.willDrawChart = function(e) { lineHeight: "normal", // Something other than "normal" line-height screws up label positioning. overflow: "hidden" }; - } + }; var labelStyles = { x : makeLabelStyle('x'), y : makeLabelStyle('y'), - y2 : makeLabelStyle('y2'), + y2 : makeLabelStyle('y2') }; var makeDiv = function(txt, axis, prec_axis) { /* - * This seems to be called with the following three sets of axis/perc_axis: + * This seems to be called with the following three sets of axis/prec_axis: * x: undefined * y: y1 * y: y2