axisLabelFontSize can now be configured per-axis.
[dygraphs.git] / experimental / palette / options.js
index c91439d..bb74957 100644 (file)
@@ -69,7 +69,7 @@ var opts = {
   },
   axisLabelFontSize : {
     type : "int",
-    // scope : [ "x", "y", "y2" ]
+    scope : [ "global", "x", "y", "y2" ]
   },
   axisLabelFormatter : {
     type : "function(numberOrDate, granularity, opts, dygraph)",