Make old-style per-series options throw (#783)
[dygraphs.git] / src / dygraph-default-attrs.js
index 5740a49..36cbd3e 100644 (file)
@@ -10,11 +10,8 @@ var DEFAULT_ATTRS = {
   highlightCircleSize: 3,
   highlightSeriesOpts: null,
   highlightSeriesBackgroundAlpha: 0.5,
+  highlightSeriesBackgroundColor: 'rgb(255, 255, 255)',
 
-  labelsDivWidth: 250,
-  labelsDivStyles: {
-    // TODO(danvk): move defaults from createStatusMessage_ here.
-  },
   labelsSeparateLines: false,
   labelsShowZeroValues: true,
   labelsKMB: false,
@@ -66,7 +63,6 @@ var DEFAULT_ATTRS = {
   axisLineColor: "black",
   axisLineWidth: 0.3,
   gridLineWidth: 0.3,
-  axisLabelColor: "black",
   axisLabelWidth: 50,
   gridLineColor: "rgb(128,128,128)",