X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=4bef1e402dcb5861faa14a76143e64fc56d624c8;hb=04f2bce6d1377d82536feb27a25b6fec5fd45e63;hp=5026649a760d67af4e4e269b521bf3f1c0d1961d;hpb=a9172eb115e99534b325621527dc70ffa9be18e2;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index 5026649..4bef1e4 100644 --- a/dygraph.js +++ b/dygraph.js @@ -3333,7 +3333,8 @@ Dygraph.mapLegacyOptions_ = function(attrs) { if (typeof(attrs[opt]) != 'undefined') { Dygraph.warn("Option " + opt + " is deprecated. Use the " + new_opt + " option for the " + axis + " axis instead. " + - "(e.g. { axes : { " + axis + " : { " + new_opt + " : ... } } }"); + "(e.g. { axes : { " + axis + " : { " + new_opt + " : ... } } } " + + "(see http://dygraphs.com/per-axis.html for more information."); set(axis, new_opt, attrs[opt]); delete my_attrs[opt]; }