]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fixed bar.controller tests 2128/head
authorIvan Samoylenko <mutsmu@gmail.com>
Sun, 13 Mar 2016 16:10:49 +0000 (19:10 +0300)
committerIvan Samoylenko <mutsmu@gmail.com>
Sun, 13 Mar 2016 16:10:49 +0000 (19:10 +0300)
test/controller.bar.tests.js

index 64b4eb927c33a1d0f3195a0ac3547efeea40ec9a..869836b42fe85973e4ce6b13f7805436f4900d7e 100644 (file)
@@ -204,6 +204,7 @@ describe('Bar controller tests', function() {
                                elements: {
                                        rectangle: {
                                                backgroundColor: 'rgb(255, 0, 0)',
+                                               borderSkipped: 'top',
                                                borderColor: 'rgb(0, 0, 255)',
                                                borderWidth: 2,
                                        }
@@ -247,6 +248,7 @@ describe('Bar controller tests', function() {
                        base: 194,
                        width: 13.680000000000001,
                        backgroundColor: 'rgb(255, 0, 0)',
+                       borderSkipped: 'top',
                        borderColor: 'rgb(0, 0, 255)',
                        borderWidth: 2,
                });
@@ -264,6 +266,7 @@ describe('Bar controller tests', function() {
                        base: 194,
                        width: 13.680000000000001,
                        backgroundColor: 'rgb(255, 0, 0)',
+                       borderSkipped: 'top',
                        borderColor: 'rgb(0, 0, 255)',
                        borderWidth: 2,
                });