We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b8eee commit f6f178aCopy full SHA for f6f178a
karma.conf.js
@@ -40,6 +40,7 @@ module.exports = function(karma) {
40
// Explicitly disable hardware acceleration to make image
41
// diff more stable when ran on Travis and dev machine.
42
// https://github.com/chartjs/Chart.js/pull/5629
43
+ // Since FF 110 https://github.com/chartjs/Chart.js/issues/11164
44
customLaunchers: {
45
chrome: {
46
base: 'Chrome',
@@ -50,7 +51,8 @@ module.exports = function(karma) {
50
51
firefox: {
52
base: 'Firefox',
53
prefs: {
- 'layers.acceleration.disabled': true
54
+ 'layers.acceleration.disabled': true,
55
+ 'gfx.canvas.accelerated': false
56
}
57
58
},
0 commit comments