Factor out ticker functions and clean up their semantics/usage.
[dygraphs.git] / tests / two-axes.html
index ad24648..d1c876b 100644 (file)
             height: 350,
             'Y3': {
               axis: {
-                // set axis-related properties here
-                labelsKMB: true
               }
             },
             'Y4': {
               axis: 'Y3'  // use the same y-axis as series Y3
+            },
+            axes: {
+              y2: {
+                // set axis-related properties here
+                labelsKMB: true
+              }
             }
           }
       );