From: Jukka Kurkela Date: Mon, 11 Nov 2019 17:12:11 +0000 (+0200) Subject: Remove remaingin zeroLine* references (#6728) X-Git-Tag: v3.0.0-alpha~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91466ae358b9adec11e26e5d5e5149a73f1fcb44;p=thirdparty%2FChart.js.git Remove remaingin zeroLine* references (#6728) --- diff --git a/samples/charts/scatter/multi-axis.html b/samples/charts/scatter/multi-axis.html index 8492dda9c..553625606 100644 --- a/samples/charts/scatter/multi-axis.html +++ b/samples/charts/scatter/multi-axis.html @@ -97,9 +97,6 @@ scales: { xAxes: [{ position: 'bottom', - gridLines: { - zeroLineColor: 'rgba(0,0,0,1)' - } }], yAxes: [{ type: 'linear', // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance diff --git a/test/fixtures/core.scale/tick-drawing.json b/test/fixtures/core.scale/tick-drawing.json index c3bb0a825..7a0aa03ec 100644 --- a/test/fixtures/core.scale/tick-drawing.json +++ b/test/fixtures/core.scale/tick-drawing.json @@ -46,8 +46,7 @@ "gridLines":{ "drawOnChartArea": false, "drawBorder": false, - "color": "rgba(0, 0, 0, 1)", - "zeroLineColor": "rgba(0, 0, 0, 1)" + "color": "rgba(0, 0, 0, 1)" } }, { "type": "linear", @@ -61,8 +60,7 @@ "gridLines":{ "drawOnChartArea": false, "drawBorder": false, - "color": "rgba(0, 0, 0, 1)", - "zeroLineColor": "rgba(0, 0, 0, 1)" + "color": "rgba(0, 0, 0, 1)" } }] }