X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=src%2Fdygraph-default-attrs.js;h=1b3208c6edb3ea0220819010ccd23c4b88196899;hb=fd6b8dadbaa0614671bef1508c23d6a932e25081;hp=5b7cb32f9e503e3bc8472315a6bb23c6ecaa1d26;hpb=b6126069a9e468e80a27edf7bdf20ef0ae20b4fb;p=dygraphs.git diff --git a/src/dygraph-default-attrs.js b/src/dygraph-default-attrs.js index 5b7cb32..1b3208c 100644 --- a/src/dygraph-default-attrs.js +++ b/src/dygraph-default-attrs.js @@ -12,10 +12,6 @@ var DEFAULT_ATTRS = { highlightSeriesBackgroundAlpha: 0.5, highlightSeriesBackgroundColor: 'rgb(255, 255, 255)', - labelsDivWidth: 250, - labelsDivStyles: { - // TODO(danvk): move defaults from createStatusMessage_ here. - }, labelsSeparateLines: false, labelsShowZeroValues: true, labelsKMB: false, @@ -54,7 +50,6 @@ var DEFAULT_ATTRS = { legend: 'onmouseover', stepPlot: false, - avoidMinZero: false, xRangePad: 0, yRangePad: null, drawAxesAtZero: false, @@ -67,7 +62,6 @@ var DEFAULT_ATTRS = { axisLineColor: "black", axisLineWidth: 0.3, gridLineWidth: 0.3, - axisLabelColor: "black", axisLabelWidth: 50, gridLineColor: "rgb(128,128,128)",