X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=src%2Fdygraph-default-attrs.js;h=1b3208c6edb3ea0220819010ccd23c4b88196899;hb=fd6b8dadbaa0614671bef1508c23d6a932e25081;hp=5740a4920445632fe4dba3fa4b4bc41331353c93;hpb=ce31caf22475e3e1fd6d9fea192d61ff4fcd7fac;p=dygraphs.git diff --git a/src/dygraph-default-attrs.js b/src/dygraph-default-attrs.js index 5740a49..1b3208c 100644 --- a/src/dygraph-default-attrs.js +++ b/src/dygraph-default-attrs.js @@ -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, @@ -53,7 +50,6 @@ var DEFAULT_ATTRS = { legend: 'onmouseover', stepPlot: false, - avoidMinZero: false, xRangePad: 0, yRangePad: null, drawAxesAtZero: false, @@ -66,7 +62,6 @@ var DEFAULT_ATTRS = { axisLineColor: "black", axisLineWidth: 0.3, gridLineWidth: 0.3, - axisLabelColor: "black", axisLabelWidth: 50, gridLineColor: "rgb(128,128,128)",