Skip to content

Commit 91466ae

Browse files
kurkleetimberg
authored andcommitted
Remove remaingin zeroLine* references (#6728)
1 parent 49c4761 commit 91466ae

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

samples/charts/scatter/multi-axis.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@
9797
scales: {
9898
xAxes: [{
9999
position: 'bottom',
100-
gridLines: {
101-
zeroLineColor: 'rgba(0,0,0,1)'
102-
}
103100
}],
104101
yAxes: [{
105102
type: 'linear', // only linear but allow scale type registration. This allows extensions to exist solely for log scale for instance

test/fixtures/core.scale/tick-drawing.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@
4646
"gridLines":{
4747
"drawOnChartArea": false,
4848
"drawBorder": false,
49-
"color": "rgba(0, 0, 0, 1)",
50-
"zeroLineColor": "rgba(0, 0, 0, 1)"
49+
"color": "rgba(0, 0, 0, 1)"
5150
}
5251
}, {
5352
"type": "linear",
@@ -61,8 +60,7 @@
6160
"gridLines":{
6261
"drawOnChartArea": false,
6362
"drawBorder": false,
64-
"color": "rgba(0, 0, 0, 1)",
65-
"zeroLineColor": "rgba(0, 0, 0, 1)"
63+
"color": "rgba(0, 0, 0, 1)"
6664
}
6765
}]
6866
}

0 commit comments

Comments
 (0)