Merge branch 'master' of github.com:kberg/dygraphs into axis-label-font-size
[dygraphs.git] / experimental / palette / options.js
index c91439d..d627adf 100644 (file)
@@ -65,11 +65,11 @@ var opts = {
   },
   axisLabelColor : {
     type : "string",
-    // scope : [ "x", "y", "y2" ]
+    scope : [ "global", "x", "y", "y2" ]
   },
   axisLabelFontSize : {
     type : "int",
-    // scope : [ "x", "y", "y2" ]
+    scope : [ "global", "x", "y", "y2" ]
   },
   axisLabelFormatter : {
     type : "function(numberOrDate, granularity, opts, dygraph)",