mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Fix 2 fails due to a bug fix for the scale label colour.
This commit is contained in:
parent
d0475b8052
commit
5495a34d02
@ -841,6 +841,9 @@ describe('Linear Scale', function() {
|
||||
}, {
|
||||
"name": "stroke",
|
||||
"args": []
|
||||
}, {
|
||||
"name": "setFillStyle",
|
||||
"args": ["#666"]
|
||||
}, {
|
||||
"name": "fillText",
|
||||
"args": ["myLabel", 100, 122]
|
||||
@ -1393,6 +1396,9 @@ describe('Linear Scale', function() {
|
||||
}, {
|
||||
"name": "rotate",
|
||||
"args": [-1.5707963267948966]
|
||||
}, {
|
||||
"name": "setFillStyle",
|
||||
"args": ["#666"]
|
||||
}, {
|
||||
"name": "fillText",
|
||||
"args": ["", 0, 0]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user