Skip to content

Commit 06f4ca6

Browse files
LeeLenaleeedangreen
authored andcommitted
test: update test
1 parent ca612bb commit 06f4ca6

File tree

14 files changed

+73
-1
lines changed

14 files changed

+73
-1
lines changed

test/fixtures/plugin.colors/bar.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,20 @@ module.exports = {
1313
]
1414
},
1515
options: {
16+
scales: {
17+
x: {
18+
ticks: {
19+
display: false,
20+
}
21+
},
22+
y: {
23+
ticks: {
24+
display: false,
25+
}
26+
}
27+
},
1628
plugins: {
29+
legend: false,
1730
colors: {
1831
enabled: true
1932
}
-5.74 KB
Loading

test/fixtures/plugin.colors/bubble.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,20 @@ module.exports = {
99
}]
1010
},
1111
options: {
12+
scales: {
13+
x: {
14+
ticks: {
15+
display: false,
16+
}
17+
},
18+
y: {
19+
ticks: {
20+
display: false,
21+
}
22+
}
23+
},
1224
plugins: {
25+
legend: false,
1326
colors: {
1427
enabled: true
1528
}
-7.64 KB
Loading

test/fixtures/plugin.colors/doughnut.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
},
1414
options: {
1515
plugins: {
16+
legend: false,
1617
colors: {
1718
enabled: true
1819
}
207 Bytes
Loading

test/fixtures/plugin.colors/line.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,20 @@ module.exports = {
1313
]
1414
},
1515
options: {
16+
scales: {
17+
x: {
18+
ticks: {
19+
display: false,
20+
}
21+
},
22+
y: {
23+
ticks: {
24+
display: false,
25+
}
26+
}
27+
},
1628
plugins: {
29+
legend: false,
1730
colors: {
1831
enabled: true
1932
}
-12.8 KB
Loading

test/fixtures/plugin.colors/polarArea.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ module.exports = {
1010
]
1111
},
1212
options: {
13+
scales: {
14+
r: {
15+
ticks: {
16+
display: false
17+
}
18+
}
19+
},
1320
plugins: {
21+
legend: false,
1422
colors: {
1523
enabled: true
1624
}
849 Bytes
Loading

0 commit comments

Comments
 (0)