]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove remaingin zeroLine* references (#6728)
authorJukka Kurkela <jukka.kurkela@gmail.com>
Mon, 11 Nov 2019 17:12:11 +0000 (19:12 +0200)
committerEvert Timberg <evert.timberg+github@gmail.com>
Mon, 11 Nov 2019 17:12:11 +0000 (12:12 -0500)
samples/charts/scatter/multi-axis.html
test/fixtures/core.scale/tick-drawing.json

index 8492dda9c98435234bf3a97478577cd544bce95b..5536256062402c3cc48ac8836a911581330056d0 100644 (file)
@@ -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
index c3bb0a8250cc1e6ca18cf71e21fa787528ff3ad5..7a0aa03ec0cbc901737d75e464de18222fa8e0fa 100644 (file)
@@ -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)"
                     }
                 }]
             }