Skip to content

Commit

Permalink
test: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeLenaleee authored and dangreen committed Oct 14, 2022
1 parent ca612bb commit 06f4ca6
Show file tree
Hide file tree
Showing 14 changed files with 73 additions and 1 deletion.
13 changes: 13 additions & 0 deletions test/fixtures/plugin.colors/bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,20 @@ module.exports = {
]
},
options: {
scales: {
x: {
ticks: {
display: false,
}
},
y: {
ticks: {
display: false,
}
}
},
plugins: {
legend: false,
colors: {
enabled: true
}
Expand Down
Binary file modified test/fixtures/plugin.colors/bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions test/fixtures/plugin.colors/bubble.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,20 @@ module.exports = {
}]
},
options: {
scales: {
x: {
ticks: {
display: false,
}
},
y: {
ticks: {
display: false,
}
}
},
plugins: {
legend: false,
colors: {
enabled: true
}
Expand Down
Binary file modified test/fixtures/plugin.colors/bubble.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions test/fixtures/plugin.colors/doughnut.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
},
options: {
plugins: {
legend: false,
colors: {
enabled: true
}
Expand Down
Binary file modified test/fixtures/plugin.colors/doughnut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions test/fixtures/plugin.colors/line.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,20 @@ module.exports = {
]
},
options: {
scales: {
x: {
ticks: {
display: false,
}
},
y: {
ticks: {
display: false,
}
}
},
plugins: {
legend: false,
colors: {
enabled: true
}
Expand Down
Binary file modified test/fixtures/plugin.colors/line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions test/fixtures/plugin.colors/polarArea.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ module.exports = {
]
},
options: {
scales: {
r: {
ticks: {
display: false
}
}
},
plugins: {
legend: false,
colors: {
enabled: true
}
Expand Down
Binary file modified test/fixtures/plugin.colors/polarArea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions test/fixtures/plugin.colors/radar.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ module.exports = {
]
},
options: {
scales: {
r: {
ticks: {
display: false
},
pointLabels: {
display: false,
}
}
},
plugins: {
legend: false,
colors: {
enabled: true
}
Expand Down
Binary file modified test/fixtures/plugin.colors/radar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion test/fixtures/plugin.colors/scatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,23 @@ module.exports = {
}],
},
options: {
scales: {
x: {
ticks: {
display: false,
}
},
y: {
ticks: {
display: false,
}
}
},
plugins: {
legend: false,
colors: {
enabled: true
}
},
}
}
}
Expand Down
Binary file modified test/fixtures/plugin.colors/scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 06f4ca6

Please sign in to comment.