diff --git a/package-lock.json b/package-lock.json index 7b9dd4439..de2ada023 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,12 +25,12 @@ "eslint-plugin-html": "^7.1.0", "eslint-plugin-markdown": "^3.0.0", "fs-extra": "^11.1.0", - "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", - "karma-coverage": "^2.2.0", - "karma-firefox-launcher": "^2.1.2", + "karma": "^6.4.4", + "karma-chrome-launcher": "^3.2.0", + "karma-coverage": "^2.2.1", + "karma-firefox-launcher": "^2.1.3", "karma-jasmine": "^5.1.0", - "karma-jasmine-html-reporter": "^2.0.0", + "karma-jasmine-html-reporter": "^2.3.0", "karma-rollup-preprocessor": "7.0.7", "markdown-it-include": "^2.0.0", "mocha": "^10.2.0", @@ -11758,10 +11758,11 @@ } }, "node_modules/karma": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.1.tgz", - "integrity": "sha512-Cj57NKOskK7wtFWSlMvZf459iX+kpYIPXmkNUzP2WAFcA7nhr/ALn5R7sw3w+1udFDcpMx/tuB8d5amgm3ijaA==", + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.4.tgz", + "integrity": "sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w==", "dev": true, + "license": "MIT", "dependencies": { "@colors/colors": "1.5.0", "body-parser": "^1.19.0", @@ -11782,7 +11783,7 @@ "qjobs": "^1.2.0", "range-parser": "^1.2.1", "rimraf": "^3.0.2", - "socket.io": "^4.4.1", + "socket.io": "^4.7.2", "source-map": "^0.6.1", "tmp": "^0.2.1", "ua-parser-js": "^0.7.30", @@ -11796,10 +11797,11 @@ } }, "node_modules/karma-chrome-launcher": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.1.1.tgz", - "integrity": "sha512-hsIglcq1vtboGPAN+DGCISCFOxW+ZVnIqhDQcCMqqCp+4dmJ0Qpq5QAjkbA0X2L9Mi6OBkHi2Srrbmm7pUKkzQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.2.0.tgz", + "integrity": "sha512-rE9RkUPI7I9mAxByQWkGJFXfFD6lE4gC5nPuZdobf/QdTEJI6EU4yIay/cfU/xV4ZxlM5JiTv7zWYgA64NpS5Q==", "dev": true, + "license": "MIT", "dependencies": { "which": "^1.2.1" } @@ -11817,10 +11819,11 @@ } }, "node_modules/karma-coverage": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/karma-coverage/-/karma-coverage-2.2.0.tgz", - "integrity": "sha512-gPVdoZBNDZ08UCzdMHHhEImKrw1+PAOQOIiffv1YsvxFhBjqvo/SVXNk4tqn1SYqX0BJZT6S/59zgxiBe+9OuA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/karma-coverage/-/karma-coverage-2.2.1.tgz", + "integrity": "sha512-yj7hbequkQP2qOSb20GuNSIyE//PgJWHwC2IydLE6XRtsnaflv+/OSGNssPjobYUlhVVagy99TQpqUt3vAUG7A==", "dev": true, + "license": "MIT", "dependencies": { "istanbul-lib-coverage": "^3.2.0", "istanbul-lib-instrument": "^5.1.0", @@ -11834,13 +11837,30 @@ } }, "node_modules/karma-firefox-launcher": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-2.1.2.tgz", - "integrity": "sha512-VV9xDQU1QIboTrjtGVD4NCfzIH7n01ZXqy/qpBhnOeGVOkG5JYPEm8kuSd7psHE6WouZaQ9Ool92g8LFweSNMA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-2.1.3.tgz", + "integrity": "sha512-LMM2bseebLbYjODBOVt7TCPP9OI2vZIXCavIXhkO9m+10Uj5l7u/SKoeRmYx8FYHTVGZSpk6peX+3BMHC1WwNw==", "dev": true, + "license": "MIT", "dependencies": { "is-wsl": "^2.2.0", - "which": "^2.0.1" + "which": "^3.0.0" + } + }, + "node_modules/karma-firefox-launcher/node_modules/which": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", + "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/karma-jasmine": { @@ -11859,12 +11879,13 @@ } }, "node_modules/karma-jasmine-html-reporter": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-2.0.0.tgz", - "integrity": "sha512-SB8HNNiazAHXM1vGEzf8/tSyEhkfxuDdhYdPBX2Mwgzt0OuF2gicApQ+uvXLID/gXyJQgvrM9+1/2SxZFUUDIA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-2.3.0.tgz", + "integrity": "sha512-iFDjVpcWHnupRoJfnjuAeNF68sAGk+7RfceCzm33HHYNV6OgBa6EC1nPgJUFM+tVDHLlQ5NhgcTKz7AbdrV3AQ==", "dev": true, + "license": "MIT", "peerDependencies": { - "jasmine-core": "^4.0.0", + "jasmine-core": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", "karma": "^6.0.0", "karma-jasmine": "^5.0.0" } @@ -30276,9 +30297,9 @@ } }, "karma": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.1.tgz", - "integrity": "sha512-Cj57NKOskK7wtFWSlMvZf459iX+kpYIPXmkNUzP2WAFcA7nhr/ALn5R7sw3w+1udFDcpMx/tuB8d5amgm3ijaA==", + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.4.tgz", + "integrity": "sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w==", "dev": true, "requires": { "@colors/colors": "1.5.0", @@ -30300,7 +30321,7 @@ "qjobs": "^1.2.0", "range-parser": "^1.2.1", "rimraf": "^3.0.2", - "socket.io": "^4.4.1", + "socket.io": "^4.7.2", "source-map": "^0.6.1", "tmp": "^0.2.1", "ua-parser-js": "^0.7.30", @@ -30353,9 +30374,9 @@ } }, "karma-chrome-launcher": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.1.1.tgz", - "integrity": "sha512-hsIglcq1vtboGPAN+DGCISCFOxW+ZVnIqhDQcCMqqCp+4dmJ0Qpq5QAjkbA0X2L9Mi6OBkHi2Srrbmm7pUKkzQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.2.0.tgz", + "integrity": "sha512-rE9RkUPI7I9mAxByQWkGJFXfFD6lE4gC5nPuZdobf/QdTEJI6EU4yIay/cfU/xV4ZxlM5JiTv7zWYgA64NpS5Q==", "dev": true, "requires": { "which": "^1.2.1" @@ -30373,9 +30394,9 @@ } }, "karma-coverage": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/karma-coverage/-/karma-coverage-2.2.0.tgz", - "integrity": "sha512-gPVdoZBNDZ08UCzdMHHhEImKrw1+PAOQOIiffv1YsvxFhBjqvo/SVXNk4tqn1SYqX0BJZT6S/59zgxiBe+9OuA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/karma-coverage/-/karma-coverage-2.2.1.tgz", + "integrity": "sha512-yj7hbequkQP2qOSb20GuNSIyE//PgJWHwC2IydLE6XRtsnaflv+/OSGNssPjobYUlhVVagy99TQpqUt3vAUG7A==", "dev": true, "requires": { "istanbul-lib-coverage": "^3.2.0", @@ -30387,13 +30408,24 @@ } }, "karma-firefox-launcher": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-2.1.2.tgz", - "integrity": "sha512-VV9xDQU1QIboTrjtGVD4NCfzIH7n01ZXqy/qpBhnOeGVOkG5JYPEm8kuSd7psHE6WouZaQ9Ool92g8LFweSNMA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-2.1.3.tgz", + "integrity": "sha512-LMM2bseebLbYjODBOVt7TCPP9OI2vZIXCavIXhkO9m+10Uj5l7u/SKoeRmYx8FYHTVGZSpk6peX+3BMHC1WwNw==", "dev": true, "requires": { "is-wsl": "^2.2.0", - "which": "^2.0.1" + "which": "^3.0.0" + }, + "dependencies": { + "which": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", + "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } } }, "karma-jasmine": { @@ -30406,9 +30438,9 @@ } }, "karma-jasmine-html-reporter": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-2.0.0.tgz", - "integrity": "sha512-SB8HNNiazAHXM1vGEzf8/tSyEhkfxuDdhYdPBX2Mwgzt0OuF2gicApQ+uvXLID/gXyJQgvrM9+1/2SxZFUUDIA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-2.3.0.tgz", + "integrity": "sha512-iFDjVpcWHnupRoJfnjuAeNF68sAGk+7RfceCzm33HHYNV6OgBa6EC1nPgJUFM+tVDHLlQ5NhgcTKz7AbdrV3AQ==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 5cd621be7..50773f241 100644 --- a/package.json +++ b/package.json @@ -63,12 +63,12 @@ "eslint-plugin-html": "^7.1.0", "eslint-plugin-markdown": "^3.0.0", "fs-extra": "^11.1.0", - "karma": "^6.4.1", - "karma-chrome-launcher": "^3.1.1", - "karma-coverage": "^2.2.0", - "karma-firefox-launcher": "^2.1.2", + "karma": "^6.4.4", + "karma-chrome-launcher": "^3.2.0", + "karma-coverage": "^2.2.1", + "karma-firefox-launcher": "^2.1.3", "karma-jasmine": "^5.1.0", - "karma-jasmine-html-reporter": "^2.0.0", + "karma-jasmine-html-reporter": "^2.3.0", "karma-rollup-preprocessor": "7.0.7", "markdown-it-include": "^2.0.0", "mocha": "^10.2.0", diff --git a/test/fixtures/box/adjustScaleFalse.js b/test/fixtures/box/adjustScaleFalse.js index ef7ba5616..5c6844269 100644 --- a/test/fixtures/box/adjustScaleFalse.js +++ b/test/fixtures/box/adjustScaleFalse.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'bar', data: { diff --git a/test/fixtures/box/adjustScaleIgnore.js b/test/fixtures/box/adjustScaleIgnore.js index 98871ce06..7d4707048 100644 --- a/test/fixtures/box/adjustScaleIgnore.js +++ b/test/fixtures/box/adjustScaleIgnore.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'bar', data: { diff --git a/test/fixtures/box/adjustScaleMax.js b/test/fixtures/box/adjustScaleMax.js index 5bc209992..37a666a57 100644 --- a/test/fixtures/box/adjustScaleMax.js +++ b/test/fixtures/box/adjustScaleMax.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'bar', data: { diff --git a/test/fixtures/box/adjustScaleMin.js b/test/fixtures/box/adjustScaleMin.js index 76b09b946..aa5e6c410 100644 --- a/test/fixtures/box/adjustScaleMin.js +++ b/test/fixtures/box/adjustScaleMin.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'bar', data: { diff --git a/test/fixtures/box/borderDash.js b/test/fixtures/box/borderDash.js index ffd73622a..70e2bfb46 100644 --- a/test/fixtures/box/borderDash.js +++ b/test/fixtures/box/borderDash.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00805, config: { type: 'bar', options: { diff --git a/test/fixtures/box/borderRadius.js b/test/fixtures/box/borderRadius.js index ea30845dc..3d6c69152 100644 --- a/test/fixtures/box/borderRadius.js +++ b/test/fixtures/box/borderRadius.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0006, config: { type: 'bar', options: { diff --git a/test/fixtures/box/borderWidth0.js b/test/fixtures/box/borderWidth0.js index 026ba5b15..cb6fc655a 100644 --- a/test/fixtures/box/borderWidth0.js +++ b/test/fixtures/box/borderWidth0.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'bar', options: { diff --git a/test/fixtures/box/category-index.js b/test/fixtures/box/category-index.js index 0b9ee28b0..dd2537afc 100644 --- a/test/fixtures/box/category-index.js +++ b/test/fixtures/box/category-index.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'bar', options: { diff --git a/test/fixtures/box/drawTime.js b/test/fixtures/box/drawTime.js index 0e3bee1e0..22af25482 100644 --- a/test/fixtures/box/drawTime.js +++ b/test/fixtures/box/drawTime.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0016, config: { type: 'bar', data: { diff --git a/test/fixtures/box/gradientBackground.js b/test/fixtures/box/gradientBackground.js index 2a4213882..c7dd17db8 100644 --- a/test/fixtures/box/gradientBackground.js +++ b/test/fixtures/box/gradientBackground.js @@ -6,6 +6,7 @@ function gradient({chart: {ctx}, element}) { } module.exports = { + tolerance: 0, config: { type: 'bar', options: { diff --git a/test/fixtures/box/hooks.js b/test/fixtures/box/hooks.js index f72ba5dc9..4ae8c4134 100644 --- a/test/fixtures/box/hooks.js +++ b/test/fixtures/box/hooks.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/box/initAnimation.js b/test/fixtures/box/initAnimation.js index 19ac0721a..db64e86d2 100644 --- a/test/fixtures/box/initAnimation.js +++ b/test/fixtures/box/initAnimation.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.00005, config: { type: 'bar', options: { diff --git a/test/fixtures/box/label-dynamic.js b/test/fixtures/box/label-dynamic.js index 8125c5832..95ff27063 100644 --- a/test/fixtures/box/label-dynamic.js +++ b/test/fixtures/box/label-dynamic.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/box/label.js b/test/fixtures/box/label.js index 662a0f3f2..64a052c6e 100644 --- a/test/fixtures/box/label.js +++ b/test/fixtures/box/label.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.0106, config: { type: 'bar', options: { diff --git a/test/fixtures/box/labelCanvas.js b/test/fixtures/box/labelCanvas.js index 84d61749c..aea38f924 100644 --- a/test/fixtures/box/labelCanvas.js +++ b/test/fixtures/box/labelCanvas.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0060, + tolerance: 0.00775, config: { type: 'scatter', options: { diff --git a/test/fixtures/box/labelCanvasOpacity.js b/test/fixtures/box/labelCanvasOpacity.js index 6e7475fbd..63b29d13c 100644 --- a/test/fixtures/box/labelCanvasOpacity.js +++ b/test/fixtures/box/labelCanvasOpacity.js @@ -2,7 +2,7 @@ const canvas = window.createCanvas(); canvas.style.opacity = 0.2; module.exports = { - tolerance: 0.0060, + tolerance: 0.00775, config: { type: 'scatter', options: { diff --git a/test/fixtures/box/labelDecoration.js b/test/fixtures/box/labelDecoration.js index 6603baffa..82010031e 100644 --- a/test/fixtures/box/labelDecoration.js +++ b/test/fixtures/box/labelDecoration.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0315, + tolerance: 0.04745, config: { type: 'scatter', options: { diff --git a/test/fixtures/box/labelDrawTime.js b/test/fixtures/box/labelDrawTime.js index 422c59622..938fbf340 100644 --- a/test/fixtures/box/labelDrawTime.js +++ b/test/fixtures/box/labelDrawTime.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00155, config: { type: 'bar', data: { diff --git a/test/fixtures/box/labelMultiline.js b/test/fixtures/box/labelMultiline.js index c7f6fa967..afc618207 100644 --- a/test/fixtures/box/labelMultiline.js +++ b/test/fixtures/box/labelMultiline.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0004, config: { type: 'bar', options: { diff --git a/test/fixtures/box/labelPadding.js b/test/fixtures/box/labelPadding.js index 075dea589..d346448ab 100644 --- a/test/fixtures/box/labelPadding.js +++ b/test/fixtures/box/labelPadding.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00045, config: { type: 'bar', options: { diff --git a/test/fixtures/box/labelPosition.js b/test/fixtures/box/labelPosition.js index c0cba068e..2e84a80da 100644 --- a/test/fixtures/box/labelPosition.js +++ b/test/fixtures/box/labelPosition.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0085, + tolerance: 0.0003, config: { type: 'scatter', options: { diff --git a/test/fixtures/box/labelRotation.js b/test/fixtures/box/labelRotation.js index f3c9a21aa..0908f4745 100644 --- a/test/fixtures/box/labelRotation.js +++ b/test/fixtures/box/labelRotation.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00015, config: { type: 'scatter', options: { diff --git a/test/fixtures/box/missingBothScales.js b/test/fixtures/box/missingBothScales.js index 2749a9f2a..70ebff491 100644 --- a/test/fixtures/box/missingBothScales.js +++ b/test/fixtures/box/missingBothScales.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'bar', options: { diff --git a/test/fixtures/box/missingXMinMax.js b/test/fixtures/box/missingXMinMax.js index e8b4bacc8..19c8c7518 100644 --- a/test/fixtures/box/missingXMinMax.js +++ b/test/fixtures/box/missingXMinMax.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00005, config: { type: 'scatter', options: { diff --git a/test/fixtures/box/missingXMinMaxCategory.js b/test/fixtures/box/missingXMinMaxCategory.js index f961e6b8d..ff47e1d2d 100644 --- a/test/fixtures/box/missingXMinMaxCategory.js +++ b/test/fixtures/box/missingXMinMaxCategory.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'bar', data: { diff --git a/test/fixtures/box/missingXMinMaxCategoryReverse.js b/test/fixtures/box/missingXMinMaxCategoryReverse.js index b9b8d9b0d..a4f3e38f9 100644 --- a/test/fixtures/box/missingXMinMaxCategoryReverse.js +++ b/test/fixtures/box/missingXMinMaxCategoryReverse.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00005, config: { type: 'bar', data: { diff --git a/test/fixtures/box/missingXScale.js b/test/fixtures/box/missingXScale.js index c0a36aa4f..24d9bdef3 100644 --- a/test/fixtures/box/missingXScale.js +++ b/test/fixtures/box/missingXScale.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'bar', options: { diff --git a/test/fixtures/box/missingY2MinMaxStacked.js b/test/fixtures/box/missingY2MinMaxStacked.js index 2078f13f7..03ad42e80 100644 --- a/test/fixtures/box/missingY2MinMaxStacked.js +++ b/test/fixtures/box/missingY2MinMaxStacked.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'bar', data: { diff --git a/test/fixtures/box/missingYMinMax.js b/test/fixtures/box/missingYMinMax.js index eada27e0f..285374ad6 100644 --- a/test/fixtures/box/missingYMinMax.js +++ b/test/fixtures/box/missingYMinMax.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/box/missingYMinMaxReverse.js b/test/fixtures/box/missingYMinMaxReverse.js index 5c0ce9dd9..4a221f709 100644 --- a/test/fixtures/box/missingYMinMaxReverse.js +++ b/test/fixtures/box/missingYMinMaxReverse.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/box/missingYMinMaxStacked.js b/test/fixtures/box/missingYMinMaxStacked.js index 04d617275..b18ed1615 100644 --- a/test/fixtures/box/missingYMinMaxStacked.js +++ b/test/fixtures/box/missingYMinMaxStacked.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'bar', data: { diff --git a/test/fixtures/box/missingYScale.js b/test/fixtures/box/missingYScale.js index a57b2d226..50e5e3eb7 100644 --- a/test/fixtures/box/missingYScale.js +++ b/test/fixtures/box/missingYScale.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'bar', options: { diff --git a/test/fixtures/box/partial-range.js b/test/fixtures/box/partial-range.js index d5f51f4bf..05f76cd78 100644 --- a/test/fixtures/box/partial-range.js +++ b/test/fixtures/box/partial-range.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'line', data: { diff --git a/test/fixtures/box/rotation.js b/test/fixtures/box/rotation.js index e5e271c33..448454568 100644 --- a/test/fixtures/box/rotation.js +++ b/test/fixtures/box/rotation.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0028, config: { type: 'scatter', options: { diff --git a/test/fixtures/box/scriptableOptions.js b/test/fixtures/box/scriptableOptions.js index 30b2cb2e3..09ce47fb1 100644 --- a/test/fixtures/box/scriptableOptions.js +++ b/test/fixtures/box/scriptableOptions.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00795, config: { type: 'bar', options: { diff --git a/test/fixtures/box/shadow.js b/test/fixtures/box/shadow.js index 26b321cb4..cbd2ff269 100644 --- a/test/fixtures/box/shadow.js +++ b/test/fixtures/box/shadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.007, config: { type: 'bar', options: { diff --git a/test/fixtures/box/shadowColors.js b/test/fixtures/box/shadowColors.js index 5e64979cd..a1d86c711 100644 --- a/test/fixtures/box/shadowColors.js +++ b/test/fixtures/box/shadowColors.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.0069, config: { type: 'bar', options: { diff --git a/test/fixtures/box/zIndex.js b/test/fixtures/box/zIndex.js index 9259c5e2d..e87156872 100644 --- a/test/fixtures/box/zIndex.js +++ b/test/fixtures/box/zIndex.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00135, config: { type: 'scatter', options: { diff --git a/test/fixtures/doughnutLabel/autoHide.js b/test/fixtures/doughnutLabel/autoHide.js index f0a162551..99dd0cde7 100644 --- a/test/fixtures/doughnutLabel/autoHide.js +++ b/test/fixtures/doughnutLabel/autoHide.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/backgroundColor.js b/test/fixtures/doughnutLabel/backgroundColor.js index a24af67cd..8cd664b0c 100644 --- a/test/fixtures/doughnutLabel/backgroundColor.js +++ b/test/fixtures/doughnutLabel/backgroundColor.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00005, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/backgroundColorPosRotatedChart.js b/test/fixtures/doughnutLabel/backgroundColorPosRotatedChart.js index 0c3adb4f5..4c7f9aecd 100644 --- a/test/fixtures/doughnutLabel/backgroundColorPosRotatedChart.js +++ b/test/fixtures/doughnutLabel/backgroundColorPosRotatedChart.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00055, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/backgroundColorPosRotatedReducedChart.js b/test/fixtures/doughnutLabel/backgroundColorPosRotatedReducedChart.js index 2df169764..b9d87136c 100644 --- a/test/fixtures/doughnutLabel/backgroundColorPosRotatedReducedChart.js +++ b/test/fixtures/doughnutLabel/backgroundColorPosRotatedReducedChart.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0005, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/backgroundColorRotatedChart.js b/test/fixtures/doughnutLabel/backgroundColorRotatedChart.js index d5fe8bf20..3a7326c55 100644 --- a/test/fixtures/doughnutLabel/backgroundColorRotatedChart.js +++ b/test/fixtures/doughnutLabel/backgroundColorRotatedChart.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00055, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/backgroundColorRotatedReducedChart.js b/test/fixtures/doughnutLabel/backgroundColorRotatedReducedChart.js index 9fbeda1fb..692bfce1e 100644 --- a/test/fixtures/doughnutLabel/backgroundColorRotatedReducedChart.js +++ b/test/fixtures/doughnutLabel/backgroundColorRotatedReducedChart.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0002, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/basic.js b/test/fixtures/doughnutLabel/basic.js index 6e96c522a..8a0e92a28 100644 --- a/test/fixtures/doughnutLabel/basic.js +++ b/test/fixtures/doughnutLabel/basic.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00075, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/border.js b/test/fixtures/doughnutLabel/border.js index 731187473..38d69edc8 100644 --- a/test/fixtures/doughnutLabel/border.js +++ b/test/fixtures/doughnutLabel/border.js @@ -3,7 +3,7 @@ function content(ctx, opts) { } module.exports = { - tolerance: 0.0062, + tolerance: 0.00425, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/canvas.js b/test/fixtures/doughnutLabel/canvas.js index e2006081f..4ccda6bb8 100644 --- a/test/fixtures/doughnutLabel/canvas.js +++ b/test/fixtures/doughnutLabel/canvas.js @@ -1,5 +1,6 @@ const canvas = window.createCanvas(); module.exports = { + tolerance: 0, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/contentMultiline.js b/test/fixtures/doughnutLabel/contentMultiline.js index 8e370655e..e28a6b395 100644 --- a/test/fixtures/doughnutLabel/contentMultiline.js +++ b/test/fixtures/doughnutLabel/contentMultiline.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0069, + tolerance: 0.01055, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/contentMultilineColors.js b/test/fixtures/doughnutLabel/contentMultilineColors.js index 9d4872689..822a9212b 100644 --- a/test/fixtures/doughnutLabel/contentMultilineColors.js +++ b/test/fixtures/doughnutLabel/contentMultilineColors.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00425, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/contentMultilineFonts.js b/test/fixtures/doughnutLabel/contentMultilineFonts.js index ee28a8def..d2ad66fb4 100644 --- a/test/fixtures/doughnutLabel/contentMultilineFonts.js +++ b/test/fixtures/doughnutLabel/contentMultilineFonts.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0047, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/doubleDatasets.js b/test/fixtures/doughnutLabel/doubleDatasets.js index ec28c7bed..042c4cd96 100644 --- a/test/fixtures/doughnutLabel/doubleDatasets.js +++ b/test/fixtures/doughnutLabel/doubleDatasets.js @@ -1,5 +1,6 @@ const canvas = window.createCanvas(); module.exports = { + tolerance: 0, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/drawTime.js b/test/fixtures/doughnutLabel/drawTime.js index 69c31fabe..8d1192403 100644 --- a/test/fixtures/doughnutLabel/drawTime.js +++ b/test/fixtures/doughnutLabel/drawTime.js @@ -1,5 +1,6 @@ const canvas = window.createCanvas(); module.exports = { + tolerance: 0, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/initAnimation.js b/test/fixtures/doughnutLabel/initAnimation.js index 9b51558a8..883341efa 100644 --- a/test/fixtures/doughnutLabel/initAnimation.js +++ b/test/fixtures/doughnutLabel/initAnimation.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0008, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/noAutoHide.js b/test/fixtures/doughnutLabel/noAutoHide.js index 2fd302af3..1abc46ac0 100644 --- a/test/fixtures/doughnutLabel/noAutoHide.js +++ b/test/fixtures/doughnutLabel/noAutoHide.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0002, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/noBackgroundColorCircumTooSmall.js b/test/fixtures/doughnutLabel/noBackgroundColorCircumTooSmall.js index eb84c0ced..b6bc6f5fb 100644 --- a/test/fixtures/doughnutLabel/noBackgroundColorCircumTooSmall.js +++ b/test/fixtures/doughnutLabel/noBackgroundColorCircumTooSmall.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/noContent.js b/test/fixtures/doughnutLabel/noContent.js index 278c48c3c..462e84b9f 100644 --- a/test/fixtures/doughnutLabel/noContent.js +++ b/test/fixtures/doughnutLabel/noContent.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/noDisplay.js b/test/fixtures/doughnutLabel/noDisplay.js index 25b010a32..00ba9747d 100644 --- a/test/fixtures/doughnutLabel/noDisplay.js +++ b/test/fixtures/doughnutLabel/noDisplay.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/noDoughnut.js b/test/fixtures/doughnutLabel/noDoughnut.js index ef2ba04d5..484138344 100644 --- a/test/fixtures/doughnutLabel/noDoughnut.js +++ b/test/fixtures/doughnutLabel/noDoughnut.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.004, config: { type: 'line', data: { diff --git a/test/fixtures/doughnutLabel/noFit.js b/test/fixtures/doughnutLabel/noFit.js index 537b551bb..8cba3d7b8 100644 --- a/test/fixtures/doughnutLabel/noFit.js +++ b/test/fixtures/doughnutLabel/noFit.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0090, + tolerance: 0.0098, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/noFitCanvas.js b/test/fixtures/doughnutLabel/noFitCanvas.js index 796f58d09..0af76f0f4 100644 --- a/test/fixtures/doughnutLabel/noFitCanvas.js +++ b/test/fixtures/doughnutLabel/noFitCanvas.js @@ -1,5 +1,6 @@ const canvas = window.createCanvas(); module.exports = { + tolerance: 0, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/rotatedChart.js b/test/fixtures/doughnutLabel/rotatedChart.js index ffd353458..76138fdb8 100644 --- a/test/fixtures/doughnutLabel/rotatedChart.js +++ b/test/fixtures/doughnutLabel/rotatedChart.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0047, config: { type: 'doughnut', data: { diff --git a/test/fixtures/doughnutLabel/rotation.js b/test/fixtures/doughnutLabel/rotation.js index c833122d2..7e584de0e 100644 --- a/test/fixtures/doughnutLabel/rotation.js +++ b/test/fixtures/doughnutLabel/rotation.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0072, + tolerance: 0.01015, config: { type: 'doughnut', data: { diff --git a/test/fixtures/ellipse/borderDash.js b/test/fixtures/ellipse/borderDash.js index ab507e5f7..9d317be3d 100644 --- a/test/fixtures/ellipse/borderDash.js +++ b/test/fixtures/ellipse/borderDash.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00005, config: { type: 'bar', options: { diff --git a/test/fixtures/ellipse/drawTime.js b/test/fixtures/ellipse/drawTime.js index b3ae48e7c..f77faf2e4 100644 --- a/test/fixtures/ellipse/drawTime.js +++ b/test/fixtures/ellipse/drawTime.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00165, config: { type: 'bar', data: { diff --git a/test/fixtures/ellipse/gradientBackground.js b/test/fixtures/ellipse/gradientBackground.js index e9cc7e3a0..cddcbf540 100644 --- a/test/fixtures/ellipse/gradientBackground.js +++ b/test/fixtures/ellipse/gradientBackground.js @@ -6,6 +6,7 @@ function gradient({chart: {ctx}, element}) { } module.exports = { + tolerance: 0, config: { type: 'bar', options: { diff --git a/test/fixtures/ellipse/hooks.js b/test/fixtures/ellipse/hooks.js index fb94c491b..f1003f502 100644 --- a/test/fixtures/ellipse/hooks.js +++ b/test/fixtures/ellipse/hooks.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00015, config: { type: 'scatter', options: { diff --git a/test/fixtures/ellipse/initAnimation.js b/test/fixtures/ellipse/initAnimation.js index d7f0b9a0a..304ae34f0 100644 --- a/test/fixtures/ellipse/initAnimation.js +++ b/test/fixtures/ellipse/initAnimation.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.00005, config: { type: 'bar', options: { diff --git a/test/fixtures/ellipse/label-dynamic.js b/test/fixtures/ellipse/label-dynamic.js index f685d806c..a45abd088 100644 --- a/test/fixtures/ellipse/label-dynamic.js +++ b/test/fixtures/ellipse/label-dynamic.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/ellipse/label.js b/test/fixtures/ellipse/label.js index 32505a784..5acfecc45 100644 --- a/test/fixtures/ellipse/label.js +++ b/test/fixtures/ellipse/label.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.00065, config: { type: 'bar', options: { diff --git a/test/fixtures/ellipse/labelCanvas.js b/test/fixtures/ellipse/labelCanvas.js index d3a02c3fd..3dd7b9fa3 100644 --- a/test/fixtures/ellipse/labelCanvas.js +++ b/test/fixtures/ellipse/labelCanvas.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0060, + tolerance: 0.00675, config: { type: 'scatter', options: { diff --git a/test/fixtures/ellipse/labelCanvasOpacity.js b/test/fixtures/ellipse/labelCanvasOpacity.js index bd2e3468b..32045cf9e 100644 --- a/test/fixtures/ellipse/labelCanvasOpacity.js +++ b/test/fixtures/ellipse/labelCanvasOpacity.js @@ -2,7 +2,7 @@ const canvas = window.createCanvas(); canvas.style.opacity = 0.2; module.exports = { - tolerance: 0.0060, + tolerance: 0.0068, config: { type: 'scatter', options: { diff --git a/test/fixtures/ellipse/labelDecoration.js b/test/fixtures/ellipse/labelDecoration.js index 19330834b..958880ed7 100644 --- a/test/fixtures/ellipse/labelDecoration.js +++ b/test/fixtures/ellipse/labelDecoration.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0320, + tolerance: 0.04745, config: { type: 'scatter', options: { diff --git a/test/fixtures/ellipse/labelDrawTime.js b/test/fixtures/ellipse/labelDrawTime.js index b8737728d..961ef26aa 100644 --- a/test/fixtures/ellipse/labelDrawTime.js +++ b/test/fixtures/ellipse/labelDrawTime.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0016, config: { type: 'bar', data: { diff --git a/test/fixtures/ellipse/labelMultiline.js b/test/fixtures/ellipse/labelMultiline.js index f9641fee3..81aa32ad8 100644 --- a/test/fixtures/ellipse/labelMultiline.js +++ b/test/fixtures/ellipse/labelMultiline.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00055, config: { type: 'bar', options: { diff --git a/test/fixtures/ellipse/labelPadding.js b/test/fixtures/ellipse/labelPadding.js index 1a5c9d110..82e02b037 100644 --- a/test/fixtures/ellipse/labelPadding.js +++ b/test/fixtures/ellipse/labelPadding.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00055, config: { type: 'bar', options: { diff --git a/test/fixtures/ellipse/labelPosition.js b/test/fixtures/ellipse/labelPosition.js index f3c12ef81..bffd6fa72 100644 --- a/test/fixtures/ellipse/labelPosition.js +++ b/test/fixtures/ellipse/labelPosition.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0085, + tolerance: 0.00045, config: { type: 'scatter', options: { diff --git a/test/fixtures/ellipse/labelRotation.js b/test/fixtures/ellipse/labelRotation.js index 02750e1b6..4bdfbba84 100644 --- a/test/fixtures/ellipse/labelRotation.js +++ b/test/fixtures/ellipse/labelRotation.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0003, config: { type: 'scatter', options: { diff --git a/test/fixtures/ellipse/missingBothScales.js b/test/fixtures/ellipse/missingBothScales.js index eaa2f9b18..f7d202943 100644 --- a/test/fixtures/ellipse/missingBothScales.js +++ b/test/fixtures/ellipse/missingBothScales.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'bar', options: { diff --git a/test/fixtures/ellipse/missingXScale.js b/test/fixtures/ellipse/missingXScale.js index 9b27566d8..02a179c2c 100644 --- a/test/fixtures/ellipse/missingXScale.js +++ b/test/fixtures/ellipse/missingXScale.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'bar', options: { diff --git a/test/fixtures/ellipse/missingYScale.js b/test/fixtures/ellipse/missingYScale.js index b18c4c105..5a2512830 100644 --- a/test/fixtures/ellipse/missingYScale.js +++ b/test/fixtures/ellipse/missingYScale.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'bar', options: { diff --git a/test/fixtures/ellipse/partial-range.js b/test/fixtures/ellipse/partial-range.js index c96745cf4..8ae636da4 100644 --- a/test/fixtures/ellipse/partial-range.js +++ b/test/fixtures/ellipse/partial-range.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'line', data: { diff --git a/test/fixtures/ellipse/rotation.js b/test/fixtures/ellipse/rotation.js index bb1cb601f..fdd1fc968 100644 --- a/test/fixtures/ellipse/rotation.js +++ b/test/fixtures/ellipse/rotation.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00025, config: { type: 'scatter', options: { diff --git a/test/fixtures/ellipse/scriptableOptions.js b/test/fixtures/ellipse/scriptableOptions.js index 78e1d0f40..f5f3d79ee 100644 --- a/test/fixtures/ellipse/scriptableOptions.js +++ b/test/fixtures/ellipse/scriptableOptions.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00005, config: { type: 'bar', options: { diff --git a/test/fixtures/ellipse/shadow.js b/test/fixtures/ellipse/shadow.js index 52bbdb2fd..df57191d6 100644 --- a/test/fixtures/ellipse/shadow.js +++ b/test/fixtures/ellipse/shadow.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0003, config: { type: 'bar', options: { diff --git a/test/fixtures/ellipse/shadowColors.js b/test/fixtures/ellipse/shadowColors.js index fa992f743..1bb0eff4c 100644 --- a/test/fixtures/ellipse/shadowColors.js +++ b/test/fixtures/ellipse/shadowColors.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0003, config: { type: 'bar', options: { diff --git a/test/fixtures/ellipse/zIndex.js b/test/fixtures/ellipse/zIndex.js index dd9180292..4df32f062 100644 --- a/test/fixtures/ellipse/zIndex.js +++ b/test/fixtures/ellipse/zIndex.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0004, config: { type: 'scatter', options: { diff --git a/test/fixtures/label/border.js b/test/fixtures/label/border.js index 0d1ab348c..31c1208e3 100644 --- a/test/fixtures/label/border.js +++ b/test/fixtures/label/border.js @@ -3,7 +3,7 @@ function content(ctx, opts) { } module.exports = { - tolerance: 0.0057, + tolerance: 0.00855, config: { type: 'scatter', options: { diff --git a/test/fixtures/label/boxLocation.js b/test/fixtures/label/boxLocation.js index fdf87fe22..3b6fd92f1 100644 --- a/test/fixtures/label/boxLocation.js +++ b/test/fixtures/label/boxLocation.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00055, config: { type: 'scatter', options: { diff --git a/test/fixtures/label/boxNotVisible.js b/test/fixtures/label/boxNotVisible.js index f06710d95..c281e2469 100644 --- a/test/fixtures/label/boxNotVisible.js +++ b/test/fixtures/label/boxNotVisible.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00335, config: { type: 'bar', options: { diff --git a/test/fixtures/label/calloutBasic.js b/test/fixtures/label/calloutBasic.js index 0ce0cecf0..6570492ed 100644 --- a/test/fixtures/label/calloutBasic.js +++ b/test/fixtures/label/calloutBasic.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.0004, config: { type: 'bar', options: { diff --git a/test/fixtures/label/calloutCanvas.js b/test/fixtures/label/calloutCanvas.js index 64829a36b..e8a66c22f 100644 --- a/test/fixtures/label/calloutCanvas.js +++ b/test/fixtures/label/calloutCanvas.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0059, config: { type: 'scatter', options: { diff --git a/test/fixtures/label/calloutHorizontalPosition.js b/test/fixtures/label/calloutHorizontalPosition.js index 0014f723d..39f2031c9 100644 --- a/test/fixtures/label/calloutHorizontalPosition.js +++ b/test/fixtures/label/calloutHorizontalPosition.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0003, config: { type: 'bar', options: { diff --git a/test/fixtures/label/calloutNoShown.js b/test/fixtures/label/calloutNoShown.js index 75830f4c9..711f819b9 100644 --- a/test/fixtures/label/calloutNoShown.js +++ b/test/fixtures/label/calloutNoShown.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.0001, config: { type: 'scatter', options: { diff --git a/test/fixtures/label/calloutRotation.js b/test/fixtures/label/calloutRotation.js index db2b6de1d..e91a494b8 100644 --- a/test/fixtures/label/calloutRotation.js +++ b/test/fixtures/label/calloutRotation.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0003, config: { type: 'bar', options: { diff --git a/test/fixtures/label/calloutScriptableOptions.js b/test/fixtures/label/calloutScriptableOptions.js index a10952e5d..89bf4aaf2 100644 --- a/test/fixtures/label/calloutScriptableOptions.js +++ b/test/fixtures/label/calloutScriptableOptions.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.00025, config: { type: 'bar', options: { diff --git a/test/fixtures/label/calloutSizing.js b/test/fixtures/label/calloutSizing.js index b86bb38b4..f393abe3c 100644 --- a/test/fixtures/label/calloutSizing.js +++ b/test/fixtures/label/calloutSizing.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.0004, config: { type: 'bar', options: { diff --git a/test/fixtures/label/calloutVerticalPosition.js b/test/fixtures/label/calloutVerticalPosition.js index 970bf57c5..86ed3d7ee 100644 --- a/test/fixtures/label/calloutVerticalPosition.js +++ b/test/fixtures/label/calloutVerticalPosition.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00045, config: { type: 'bar', options: { diff --git a/test/fixtures/label/canvas.js b/test/fixtures/label/canvas.js index 54b3174a0..83f4107db 100644 --- a/test/fixtures/label/canvas.js +++ b/test/fixtures/label/canvas.js @@ -1,5 +1,6 @@ const canvas = window.createCanvas(); module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/label/canvasOpacity.js b/test/fixtures/label/canvasOpacity.js index b3105e477..a8bbfba1f 100644 --- a/test/fixtures/label/canvasOpacity.js +++ b/test/fixtures/label/canvasOpacity.js @@ -1,6 +1,7 @@ const canvas = window.createCanvas(); canvas.style.opacity = 0.2; module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/label/clip-false.js b/test/fixtures/label/clip-false.js index 74fd3676e..999a71d77 100644 --- a/test/fixtures/label/clip-false.js +++ b/test/fixtures/label/clip-false.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.00055, config: { type: 'bar', options: { diff --git a/test/fixtures/label/contentMultiline.js b/test/fixtures/label/contentMultiline.js index 8606818ba..7f1d596f6 100644 --- a/test/fixtures/label/contentMultiline.js +++ b/test/fixtures/label/contentMultiline.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.0005, config: { type: 'bar', options: { diff --git a/test/fixtures/label/contentMultilineColors.js b/test/fixtures/label/contentMultilineColors.js index 06fe09730..78c3e78f7 100644 --- a/test/fixtures/label/contentMultilineColors.js +++ b/test/fixtures/label/contentMultilineColors.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0150, + tolerance: 0.02425, config: { type: 'bar', options: { diff --git a/test/fixtures/label/contentMultilineFonts.js b/test/fixtures/label/contentMultilineFonts.js index 38ec3f11c..98544986e 100644 --- a/test/fixtures/label/contentMultilineFonts.js +++ b/test/fixtures/label/contentMultilineFonts.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0165, + tolerance: 0.02535, config: { type: 'bar', options: { diff --git a/test/fixtures/label/decoration.js b/test/fixtures/label/decoration.js index 9a7777992..f0324df0e 100644 --- a/test/fixtures/label/decoration.js +++ b/test/fixtures/label/decoration.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.036, + tolerance: 0.0701, config: { type: 'scatter', options: { diff --git a/test/fixtures/label/gradientBackground.js b/test/fixtures/label/gradientBackground.js index d8efdbb07..06bdd923f 100644 --- a/test/fixtures/label/gradientBackground.js +++ b/test/fixtures/label/gradientBackground.js @@ -6,7 +6,7 @@ function gradient({chart: {ctx}, element}) { } module.exports = { - tolerance: 0.0060, + tolerance: 0.00725, config: { type: 'bar', options: { diff --git a/test/fixtures/label/hooks.js b/test/fixtures/label/hooks.js index 40efd1241..9d59afde0 100644 --- a/test/fixtures/label/hooks.js +++ b/test/fixtures/label/hooks.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00055, config: { type: 'scatter', options: { diff --git a/test/fixtures/label/initAnimation.js b/test/fixtures/label/initAnimation.js index c4e2d9a02..224b71e77 100644 --- a/test/fixtures/label/initAnimation.js +++ b/test/fixtures/label/initAnimation.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.00005, config: { type: 'bar', options: { diff --git a/test/fixtures/label/missingScales.js b/test/fixtures/label/missingScales.js index acfbdbfed..c0814b526 100644 --- a/test/fixtures/label/missingScales.js +++ b/test/fixtures/label/missingScales.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.00065, config: { type: 'bar', options: { diff --git a/test/fixtures/label/missingValuesStacked.js b/test/fixtures/label/missingValuesStacked.js index 48f4d997b..2ed2ea1d8 100644 --- a/test/fixtures/label/missingValuesStacked.js +++ b/test/fixtures/label/missingValuesStacked.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00005, config: { type: 'bar', data: { diff --git a/test/fixtures/label/noCalloutIfAdjusted.js b/test/fixtures/label/noCalloutIfAdjusted.js index 31721f9da..4b7a6bbc6 100644 --- a/test/fixtures/label/noCalloutIfAdjusted.js +++ b/test/fixtures/label/noCalloutIfAdjusted.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0001, config: { type: 'bar', options: { diff --git a/test/fixtures/label/padding.js b/test/fixtures/label/padding.js index 4551e7909..c2038f80c 100644 --- a/test/fixtures/label/padding.js +++ b/test/fixtures/label/padding.js @@ -7,7 +7,7 @@ function multiLine(ctx, opts) { } module.exports = { - tolerance: 0.0055, + tolerance: 0.0009, config: { type: 'scatter', options: { diff --git a/test/fixtures/label/positionHorizontal.js b/test/fixtures/label/positionHorizontal.js index cd1b0b207..b3ea69684 100644 --- a/test/fixtures/label/positionHorizontal.js +++ b/test/fixtures/label/positionHorizontal.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00095, config: { type: 'line', data: { diff --git a/test/fixtures/label/positionVertical.js b/test/fixtures/label/positionVertical.js index 0605772aa..c50c7ae15 100644 --- a/test/fixtures/label/positionVertical.js +++ b/test/fixtures/label/positionVertical.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0060, + tolerance: 0.00065, config: { type: 'line', data: { diff --git a/test/fixtures/label/rotation.js b/test/fixtures/label/rotation.js index 0d2779d3a..73227130c 100644 --- a/test/fixtures/label/rotation.js +++ b/test/fixtures/label/rotation.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0001, config: { type: 'scatter', options: { diff --git a/test/fixtures/label/scriptableOptions.js b/test/fixtures/label/scriptableOptions.js index 713106475..2642b779c 100644 --- a/test/fixtures/label/scriptableOptions.js +++ b/test/fixtures/label/scriptableOptions.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0002, config: { type: 'bar', options: { diff --git a/test/fixtures/label/shadow.js b/test/fixtures/label/shadow.js index b4301c615..730d883e3 100644 --- a/test/fixtures/label/shadow.js +++ b/test/fixtures/label/shadow.js @@ -1,6 +1,6 @@ module.exports = { threshold: 0.2, - tolerance: 0.0071, + tolerance: 0.00545, config: { type: 'scatter', options: { diff --git a/test/fixtures/label/shadowColors.js b/test/fixtures/label/shadowColors.js index 795f076aa..2f9835b41 100644 --- a/test/fixtures/label/shadowColors.js +++ b/test/fixtures/label/shadowColors.js @@ -1,6 +1,6 @@ module.exports = { threshold: 0.2, - tolerance: 0.0071, + tolerance: 0.00245, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/arrowHeads.js b/test/fixtures/line/arrowHeads.js index 2e9402dde..0f27250aa 100644 --- a/test/fixtures/line/arrowHeads.js +++ b/test/fixtures/line/arrowHeads.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00115, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/arrowHeadsDeleteAtRuntime.js b/test/fixtures/line/arrowHeadsDeleteAtRuntime.js index 4c52b709f..9e0e15fb3 100644 --- a/test/fixtures/line/arrowHeadsDeleteAtRuntime.js +++ b/test/fixtures/line/arrowHeadsDeleteAtRuntime.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0001, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/arrowHeadsFallback.js b/test/fixtures/line/arrowHeadsFallback.js index 51dbf0383..e095ccfb8 100644 --- a/test/fixtures/line/arrowHeadsFallback.js +++ b/test/fixtures/line/arrowHeadsFallback.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0020, + tolerance: 0.0026, config: { type: 'line', options: { diff --git a/test/fixtures/line/arrowHeadsFill.js b/test/fixtures/line/arrowHeadsFill.js index 2cb178dfb..e7584942f 100644 --- a/test/fixtures/line/arrowHeadsFill.js +++ b/test/fixtures/line/arrowHeadsFill.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0011, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/arrowHeadsFillScriptableOptions.js b/test/fixtures/line/arrowHeadsFillScriptableOptions.js index 65aaade48..d4d158061 100644 --- a/test/fixtures/line/arrowHeadsFillScriptableOptions.js +++ b/test/fixtures/line/arrowHeadsFillScriptableOptions.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00015, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/axis-index.js b/test/fixtures/line/axis-index.js index b6593e85c..af5effa83 100644 --- a/test/fixtures/line/axis-index.js +++ b/test/fixtures/line/axis-index.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'line', data: { diff --git a/test/fixtures/line/borderWidth0.js b/test/fixtures/line/borderWidth0.js index 33b8a0dbd..e85df7326 100644 --- a/test/fixtures/line/borderWidth0.js +++ b/test/fixtures/line/borderWidth0.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0001, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/curveArrowHeads.js b/test/fixtures/line/curveArrowHeads.js index aead8ebae..4a759c7c6 100644 --- a/test/fixtures/line/curveArrowHeads.js +++ b/test/fixtures/line/curveArrowHeads.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00015, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/curveCPHorizontal.js b/test/fixtures/line/curveCPHorizontal.js index ebf0a5a13..88955b8e5 100644 --- a/test/fixtures/line/curveCPHorizontal.js +++ b/test/fixtures/line/curveCPHorizontal.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0025, + tolerance: 0.00265, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/curveCPHorizontalPercent.js b/test/fixtures/line/curveCPHorizontalPercent.js index ac2536481..aa07d4a89 100644 --- a/test/fixtures/line/curveCPHorizontalPercent.js +++ b/test/fixtures/line/curveCPHorizontalPercent.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0025, + tolerance: 0.0033, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/curveCPVertical.js b/test/fixtures/line/curveCPVertical.js index 2992b3149..e703a8779 100644 --- a/test/fixtures/line/curveCPVertical.js +++ b/test/fixtures/line/curveCPVertical.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0025, + tolerance: 0.0024, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/curveCPVerticalPercent.js b/test/fixtures/line/curveCPVerticalPercent.js index 197340875..ba1774c6c 100644 --- a/test/fixtures/line/curveCPVerticalPercent.js +++ b/test/fixtures/line/curveCPVerticalPercent.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0025, + tolerance: 0.0022, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/curvePosition.js b/test/fixtures/line/curvePosition.js index f5c84ebd3..8ce426e12 100644 --- a/test/fixtures/line/curvePosition.js +++ b/test/fixtures/line/curvePosition.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00065, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/curvePositionPercent.js b/test/fixtures/line/curvePositionPercent.js index 547f5d71d..54ab96e4f 100644 --- a/test/fixtures/line/curvePositionPercent.js +++ b/test/fixtures/line/curvePositionPercent.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0009, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/direction-reverse.js b/test/fixtures/line/direction-reverse.js index e17e41a38..eb6ebebb8 100644 --- a/test/fixtures/line/direction-reverse.js +++ b/test/fixtures/line/direction-reverse.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'line', options: { diff --git a/test/fixtures/line/direction.js b/test/fixtures/line/direction.js index 7f43a2723..6d15971dd 100644 --- a/test/fixtures/line/direction.js +++ b/test/fixtures/line/direction.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'line', options: { diff --git a/test/fixtures/line/drawTime.js b/test/fixtures/line/drawTime.js index eba089edf..ebf406da2 100644 --- a/test/fixtures/line/drawTime.js +++ b/test/fixtures/line/drawTime.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00385, config: { type: 'bar', data: { diff --git a/test/fixtures/line/hooks.js b/test/fixtures/line/hooks.js index cd105e671..f9d1e0568 100644 --- a/test/fixtures/line/hooks.js +++ b/test/fixtures/line/hooks.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00065, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/initAnimation.js b/test/fixtures/line/initAnimation.js index 8d33e43ad..39addaa43 100644 --- a/test/fixtures/line/initAnimation.js +++ b/test/fixtures/line/initAnimation.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.0014, config: { type: 'bar', options: { diff --git a/test/fixtures/line/label-border.js b/test/fixtures/line/label-border.js index ce5c4817f..b36ab9c17 100644 --- a/test/fixtures/line/label-border.js +++ b/test/fixtures/line/label-border.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00005, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/label-dynamic-hide.js b/test/fixtures/line/label-dynamic-hide.js index c0ddeb883..21376b7cb 100644 --- a/test/fixtures/line/label-dynamic-hide.js +++ b/test/fixtures/line/label-dynamic-hide.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, description: 'https://github.com/chartjs/chartjs-plugin-annotation/issues/589', config: { type: 'scatter', diff --git a/test/fixtures/line/label-dynamic-show.js b/test/fixtures/line/label-dynamic-show.js index 29a6caa97..bd62349a3 100644 --- a/test/fixtures/line/label-dynamic-show.js +++ b/test/fixtures/line/label-dynamic-show.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00005, description: 'https://github.com/chartjs/chartjs-plugin-annotation/issues/589', config: { type: 'scatter', diff --git a/test/fixtures/line/labelCallout.js b/test/fixtures/line/labelCallout.js index dd87b33e7..8972ff3a9 100644 --- a/test/fixtures/line/labelCallout.js +++ b/test/fixtures/line/labelCallout.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0005, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/labelCalloutRotation.js b/test/fixtures/line/labelCalloutRotation.js index 34b972ae0..dbe70dd5c 100644 --- a/test/fixtures/line/labelCalloutRotation.js +++ b/test/fixtures/line/labelCalloutRotation.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00055, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/labelCalloutWithAutoRotation.js b/test/fixtures/line/labelCalloutWithAutoRotation.js index f1768182c..2df582d51 100644 --- a/test/fixtures/line/labelCalloutWithAutoRotation.js +++ b/test/fixtures/line/labelCalloutWithAutoRotation.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00055, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/labelCanvas.js b/test/fixtures/line/labelCanvas.js index 36b412f0f..777aa8251 100644 --- a/test/fixtures/line/labelCanvas.js +++ b/test/fixtures/line/labelCanvas.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00005, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/labelCanvasOpacity.js b/test/fixtures/line/labelCanvasOpacity.js index 33ba43774..51056ade8 100644 --- a/test/fixtures/line/labelCanvasOpacity.js +++ b/test/fixtures/line/labelCanvasOpacity.js @@ -2,6 +2,7 @@ const canvas = window.createCanvas(); canvas.style.opacity = 0.2; module.exports = { + tolerance: 0.00005, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/labelDecoration.js b/test/fixtures/line/labelDecoration.js index 19bb908b8..f58882f4b 100644 --- a/test/fixtures/line/labelDecoration.js +++ b/test/fixtures/line/labelDecoration.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0315, + tolerance: 0.04855, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/labelShadow.js b/test/fixtures/line/labelShadow.js index 964820dae..87307add4 100644 --- a/test/fixtures/line/labelShadow.js +++ b/test/fixtures/line/labelShadow.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00195, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/labelShadowColors.js b/test/fixtures/line/labelShadowColors.js index 5e88dc90a..2045842d8 100644 --- a/test/fixtures/line/labelShadowColors.js +++ b/test/fixtures/line/labelShadowColors.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0015, + tolerance: 0.00115, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/labelZindex.js b/test/fixtures/line/labelZindex.js index abd47028f..0102f5503 100644 --- a/test/fixtures/line/labelZindex.js +++ b/test/fixtures/line/labelZindex.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00005, config: { type: 'scatter', data: { diff --git a/test/fixtures/line/label_drawTime.js b/test/fixtures/line/label_drawTime.js index 5d33d3a5d..c65fa9486 100644 --- a/test/fixtures/line/label_drawTime.js +++ b/test/fixtures/line/label_drawTime.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', data: { diff --git a/test/fixtures/line/labelsScriptableOptions.js b/test/fixtures/line/labelsScriptableOptions.js index bc3a3b283..9a04c891c 100644 --- a/test/fixtures/line/labelsScriptableOptions.js +++ b/test/fixtures/line/labelsScriptableOptions.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00055, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/missingValuesStacked.js b/test/fixtures/line/missingValuesStacked.js index bc7130ce7..3366c1ded 100644 --- a/test/fixtures/line/missingValuesStacked.js +++ b/test/fixtures/line/missingValuesStacked.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0001, config: { type: 'bar', data: { diff --git a/test/fixtures/line/missingYMinMax.js b/test/fixtures/line/missingYMinMax.js index b6bb91c06..669e79de4 100644 --- a/test/fixtures/line/missingYMinMax.js +++ b/test/fixtures/line/missingYMinMax.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0002, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/out-of-range-value0.js b/test/fixtures/line/out-of-range-value0.js index 4bdb9d307..35d3a7dbb 100644 --- a/test/fixtures/line/out-of-range-value0.js +++ b/test/fixtures/line/out-of-range-value0.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00065, config: { type: 'line', data: { diff --git a/test/fixtures/line/out-of-range.js b/test/fixtures/line/out-of-range.js index 660b7de48..ed7620d65 100644 --- a/test/fixtures/line/out-of-range.js +++ b/test/fixtures/line/out-of-range.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'line', data: { diff --git a/test/fixtures/line/padding.js b/test/fixtures/line/padding.js index b4b12da47..ae00952cc 100644 --- a/test/fixtures/line/padding.js +++ b/test/fixtures/line/padding.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00025, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/partial-range.js b/test/fixtures/line/partial-range.js index 8ffaae12b..95ec78219 100644 --- a/test/fixtures/line/partial-range.js +++ b/test/fixtures/line/partial-range.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'line', data: { diff --git a/test/fixtures/line/position.js b/test/fixtures/line/position.js index e39ed98f0..5907b3fec 100644 --- a/test/fixtures/line/position.js +++ b/test/fixtures/line/position.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0004, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/positionPercent.js b/test/fixtures/line/positionPercent.js index 2f64e8731..b02a402e9 100644 --- a/test/fixtures/line/positionPercent.js +++ b/test/fixtures/line/positionPercent.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0011, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/rotation.js b/test/fixtures/line/rotation.js index 9ba6cf150..5af271508 100644 --- a/test/fixtures/line/rotation.js +++ b/test/fixtures/line/rotation.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00055, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/scriptableOptions.js b/test/fixtures/line/scriptableOptions.js index 8b433fce1..16c8557af 100644 --- a/test/fixtures/line/scriptableOptions.js +++ b/test/fixtures/line/scriptableOptions.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00055, config: { type: 'scatter', options: { diff --git a/test/fixtures/line/shadow.js b/test/fixtures/line/shadow.js index 833c93ab8..2cea6d2bc 100644 --- a/test/fixtures/line/shadow.js +++ b/test/fixtures/line/shadow.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'line', options: { diff --git a/test/fixtures/line/shadowArrowHeads.js b/test/fixtures/line/shadowArrowHeads.js index 59d8dd01a..3f0ae6a8c 100644 --- a/test/fixtures/line/shadowArrowHeads.js +++ b/test/fixtures/line/shadowArrowHeads.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00005, config: { type: 'line', options: { diff --git a/test/fixtures/line/shadowArrowHeadsFill.js b/test/fixtures/line/shadowArrowHeadsFill.js index 6151d7621..f71d3f88f 100644 --- a/test/fixtures/line/shadowArrowHeadsFill.js +++ b/test/fixtures/line/shadowArrowHeadsFill.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00005, config: { type: 'line', options: { diff --git a/test/fixtures/line/shadowBorderColor.js b/test/fixtures/line/shadowBorderColor.js index 833c93ab8..2cea6d2bc 100644 --- a/test/fixtures/line/shadowBorderColor.js +++ b/test/fixtures/line/shadowBorderColor.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'line', options: { diff --git a/test/fixtures/point/adjust.js b/test/fixtures/point/adjust.js index 234d818c8..7c4c4411c 100644 --- a/test/fixtures/point/adjust.js +++ b/test/fixtures/point/adjust.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0080, + tolerance: 0.0086, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/basic.js b/test/fixtures/point/basic.js index a9045c8e7..2bcd65fce 100644 --- a/test/fixtures/point/basic.js +++ b/test/fixtures/point/basic.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/basicBorderWidth0.js b/test/fixtures/point/basicBorderWidth0.js index 2965752bc..0c78f6197 100644 --- a/test/fixtures/point/basicBorderWidth0.js +++ b/test/fixtures/point/basicBorderWidth0.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/borderDash.js b/test/fixtures/point/borderDash.js index 5448fb276..503c56373 100644 --- a/test/fixtures/point/borderDash.js +++ b/test/fixtures/point/borderDash.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/boundToPoint0.js b/test/fixtures/point/boundToPoint0.js index 872aa9239..6e4173501 100644 --- a/test/fixtures/point/boundToPoint0.js +++ b/test/fixtures/point/boundToPoint0.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0015, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/boxLocation.js b/test/fixtures/point/boxLocation.js index 08f2c4e3b..f350a8174 100644 --- a/test/fixtures/point/boxLocation.js +++ b/test/fixtures/point/boxLocation.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00045, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/boxLocationAdjust.js b/test/fixtures/point/boxLocationAdjust.js index f5747cf25..7b383cbb8 100644 --- a/test/fixtures/point/boxLocationAdjust.js +++ b/test/fixtures/point/boxLocationAdjust.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0080, + tolerance: 0.0088, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/boxLocationRadius.js b/test/fixtures/point/boxLocationRadius.js index fb5d3f434..a733adcaa 100644 --- a/test/fixtures/point/boxLocationRadius.js +++ b/test/fixtures/point/boxLocationRadius.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.008, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/canvas.js b/test/fixtures/point/canvas.js index d48b36b92..e057f9561 100644 --- a/test/fixtures/point/canvas.js +++ b/test/fixtures/point/canvas.js @@ -1,6 +1,6 @@ const canvas = window.createCanvas(); module.exports = { - tolerance: 0.0055, + tolerance: 0.00585, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/cross.js b/test/fixtures/point/cross.js index a2577e322..4f10d6c67 100644 --- a/test/fixtures/point/cross.js +++ b/test/fixtures/point/cross.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0058, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/crossRot.js b/test/fixtures/point/crossRot.js index 18c2df444..e44f42aeb 100644 --- a/test/fixtures/point/crossRot.js +++ b/test/fixtures/point/crossRot.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0058, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/crossRotShadow.js b/test/fixtures/point/crossRotShadow.js index b5fd16ba8..d76e3283d 100644 --- a/test/fixtures/point/crossRotShadow.js +++ b/test/fixtures/point/crossRotShadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.007, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/crossShadow.js b/test/fixtures/point/crossShadow.js index a1036cef7..9bf8bda44 100644 --- a/test/fixtures/point/crossShadow.js +++ b/test/fixtures/point/crossShadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.009, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/dash.js b/test/fixtures/point/dash.js index 250e74b83..c27a85e2b 100644 --- a/test/fixtures/point/dash.js +++ b/test/fixtures/point/dash.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0058, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/dashShadow.js b/test/fixtures/point/dashShadow.js index d5343baf2..a05e52b35 100644 --- a/test/fixtures/point/dashShadow.js +++ b/test/fixtures/point/dashShadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0078, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/hooks.js b/test/fixtures/point/hooks.js index 67660b259..c327641d3 100644 --- a/test/fixtures/point/hooks.js +++ b/test/fixtures/point/hooks.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/initAnimation.js b/test/fixtures/point/initAnimation.js index 653b23302..2cc931dd0 100644 --- a/test/fixtures/point/initAnimation.js +++ b/test/fixtures/point/initAnimation.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0, config: { type: 'bar', options: { diff --git a/test/fixtures/point/line.js b/test/fixtures/point/line.js index d4e24c389..8d88e755c 100644 --- a/test/fixtures/point/line.js +++ b/test/fixtures/point/line.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0058, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/lineShadow.js b/test/fixtures/point/lineShadow.js index edafc36fc..48f376043 100644 --- a/test/fixtures/point/lineShadow.js +++ b/test/fixtures/point/lineShadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0065, + tolerance: 0.0092, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/missingValuesStacked.js b/test/fixtures/point/missingValuesStacked.js index 6db1faed4..d99f9ea62 100644 --- a/test/fixtures/point/missingValuesStacked.js +++ b/test/fixtures/point/missingValuesStacked.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0001, config: { type: 'bar', data: { diff --git a/test/fixtures/point/rect.js b/test/fixtures/point/rect.js index b7ea90185..eb7df70ad 100644 --- a/test/fixtures/point/rect.js +++ b/test/fixtures/point/rect.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0058, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/rectRot.js b/test/fixtures/point/rectRot.js index 6e995a52d..43dc3cc97 100644 --- a/test/fixtures/point/rectRot.js +++ b/test/fixtures/point/rectRot.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0058, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/rectRotShadow.js b/test/fixtures/point/rectRotShadow.js index ce0688ef4..3f7b369d5 100644 --- a/test/fixtures/point/rectRotShadow.js +++ b/test/fixtures/point/rectRotShadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00625, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/rectRounded.js b/test/fixtures/point/rectRounded.js index abfe53223..7bd97a9a3 100644 --- a/test/fixtures/point/rectRounded.js +++ b/test/fixtures/point/rectRounded.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0058, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/rectRoundedShadow.js b/test/fixtures/point/rectRoundedShadow.js index be53c0d8a..a74674160 100644 --- a/test/fixtures/point/rectRoundedShadow.js +++ b/test/fixtures/point/rectRoundedShadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00625, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/rectShadow.js b/test/fixtures/point/rectShadow.js index 0fe1c0f70..b9d6a64f4 100644 --- a/test/fixtures/point/rectShadow.js +++ b/test/fixtures/point/rectShadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00625, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/rotation.js b/test/fixtures/point/rotation.js index 3f953747b..f78d5d7c3 100644 --- a/test/fixtures/point/rotation.js +++ b/test/fixtures/point/rotation.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0.0092, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/scriptableOptions.js b/test/fixtures/point/scriptableOptions.js index f4289bd6f..0f294843f 100644 --- a/test/fixtures/point/scriptableOptions.js +++ b/test/fixtures/point/scriptableOptions.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/shadow.js b/test/fixtures/point/shadow.js index 7891c4ae7..a9e2924e2 100644 --- a/test/fixtures/point/shadow.js +++ b/test/fixtures/point/shadow.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/shadowColors.js b/test/fixtures/point/shadowColors.js index ecfeb1d1a..35a0c7efd 100644 --- a/test/fixtures/point/shadowColors.js +++ b/test/fixtures/point/shadowColors.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/shadowColorsBorderWidth0.js b/test/fixtures/point/shadowColorsBorderWidth0.js index 34794cc8f..d94f86f7a 100644 --- a/test/fixtures/point/shadowColorsBorderWidth0.js +++ b/test/fixtures/point/shadowColorsBorderWidth0.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/star.js b/test/fixtures/point/star.js index fc3d92d60..6ea4598cb 100644 --- a/test/fixtures/point/star.js +++ b/test/fixtures/point/star.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00585, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/starShadow.js b/test/fixtures/point/starShadow.js index 5efcf0623..8196274d7 100644 --- a/test/fixtures/point/starShadow.js +++ b/test/fixtures/point/starShadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00845, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/triangle.js b/test/fixtures/point/triangle.js index 026aac041..9c762bffa 100644 --- a/test/fixtures/point/triangle.js +++ b/test/fixtures/point/triangle.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.0058, config: { type: 'scatter', options: { diff --git a/test/fixtures/point/triangleShadow.js b/test/fixtures/point/triangleShadow.js index bfb66c6c7..5a4bf42bf 100644 --- a/test/fixtures/point/triangleShadow.js +++ b/test/fixtures/point/triangleShadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00625, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/adjust.js b/test/fixtures/polygon/adjust.js index ffc20ce2b..35d61b8cb 100644 --- a/test/fixtures/polygon/adjust.js +++ b/test/fixtures/polygon/adjust.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00025, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/borderDash.js b/test/fixtures/polygon/borderDash.js index acc0c7394..988415988 100644 --- a/test/fixtures/polygon/borderDash.js +++ b/test/fixtures/polygon/borderDash.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00025, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/boundToPoint0.js b/test/fixtures/polygon/boundToPoint0.js index 6d224ce95..4953bd87d 100644 --- a/test/fixtures/polygon/boundToPoint0.js +++ b/test/fixtures/polygon/boundToPoint0.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/boxLocation.js b/test/fixtures/polygon/boxLocation.js index b97eb5129..d7aee9d9a 100644 --- a/test/fixtures/polygon/boxLocation.js +++ b/test/fixtures/polygon/boxLocation.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.00025, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/boxLocationAdjust.js b/test/fixtures/polygon/boxLocationAdjust.js index 4dc8ed67b..6ec45891e 100644 --- a/test/fixtures/polygon/boxLocationAdjust.js +++ b/test/fixtures/polygon/boxLocationAdjust.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0.0003, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/boxLocationRadius.js b/test/fixtures/polygon/boxLocationRadius.js index f78e2d53f..9bd7d045e 100644 --- a/test/fixtures/polygon/boxLocationRadius.js +++ b/test/fixtures/polygon/boxLocationRadius.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/decagon.js b/test/fixtures/polygon/decagon.js index 4ac8a5c89..9635652af 100644 --- a/test/fixtures/polygon/decagon.js +++ b/test/fixtures/polygon/decagon.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/heptagon.js b/test/fixtures/polygon/heptagon.js index 3bf1fb477..639e74d21 100644 --- a/test/fixtures/polygon/heptagon.js +++ b/test/fixtures/polygon/heptagon.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/hexagon.js b/test/fixtures/polygon/hexagon.js index a6b6d1d1e..7db5bce47 100644 --- a/test/fixtures/polygon/hexagon.js +++ b/test/fixtures/polygon/hexagon.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/hexagonWithPoints.js b/test/fixtures/polygon/hexagonWithPoints.js index 06f06756b..c722d5b3b 100644 --- a/test/fixtures/polygon/hexagonWithPoints.js +++ b/test/fixtures/polygon/hexagonWithPoints.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00595, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/hooks.js b/test/fixtures/polygon/hooks.js index aeb8bda27..35f04c982 100644 --- a/test/fixtures/polygon/hooks.js +++ b/test/fixtures/polygon/hooks.js @@ -1,4 +1,5 @@ module.exports = { + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/initAnimation.js b/test/fixtures/polygon/initAnimation.js index 25262f7a1..3e446af7c 100644 --- a/test/fixtures/polygon/initAnimation.js +++ b/test/fixtures/polygon/initAnimation.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0075, + tolerance: 0, config: { type: 'bar', options: { diff --git a/test/fixtures/polygon/invalidSides.js b/test/fixtures/polygon/invalidSides.js index d67fb51ef..34ed03d32 100644 --- a/test/fixtures/polygon/invalidSides.js +++ b/test/fixtures/polygon/invalidSides.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/missingValuesStacked.js b/test/fixtures/polygon/missingValuesStacked.js index a4f56bffb..cc4536772 100644 --- a/test/fixtures/polygon/missingValuesStacked.js +++ b/test/fixtures/polygon/missingValuesStacked.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0.00005, config: { type: 'bar', data: { diff --git a/test/fixtures/polygon/nonagon.js b/test/fixtures/polygon/nonagon.js index aa4bdabc7..15f8690bd 100644 --- a/test/fixtures/polygon/nonagon.js +++ b/test/fixtures/polygon/nonagon.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/octagon.js b/test/fixtures/polygon/octagon.js index f8a17e226..ec8bc4ee0 100644 --- a/test/fixtures/polygon/octagon.js +++ b/test/fixtures/polygon/octagon.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/pentagon.js b/test/fixtures/polygon/pentagon.js index ec42d9c4f..b97da9425 100644 --- a/test/fixtures/polygon/pentagon.js +++ b/test/fixtures/polygon/pentagon.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/pentagonShadow.js b/test/fixtures/polygon/pentagonShadow.js index 8772f33a2..8c84b45fe 100644 --- a/test/fixtures/polygon/pentagonShadow.js +++ b/test/fixtures/polygon/pentagonShadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/pentagonShadowColors.js b/test/fixtures/polygon/pentagonShadowColors.js index 2c9e5fda6..93a7be800 100644 --- a/test/fixtures/polygon/pentagonShadowColors.js +++ b/test/fixtures/polygon/pentagonShadowColors.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/rhombus.js b/test/fixtures/polygon/rhombus.js index 3e63b5f1d..2890aa186 100644 --- a/test/fixtures/polygon/rhombus.js +++ b/test/fixtures/polygon/rhombus.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/rhombusShadow.js b/test/fixtures/polygon/rhombusShadow.js index 759136fbc..16b4c28d7 100644 --- a/test/fixtures/polygon/rhombusShadow.js +++ b/test/fixtures/polygon/rhombusShadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/rotation.js b/test/fixtures/polygon/rotation.js index a80ca6384..48f001127 100644 --- a/test/fixtures/polygon/rotation.js +++ b/test/fixtures/polygon/rotation.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/scriptableOptions.js b/test/fixtures/polygon/scriptableOptions.js index 673dcfb96..75007f3f3 100644 --- a/test/fixtures/polygon/scriptableOptions.js +++ b/test/fixtures/polygon/scriptableOptions.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/square.js b/test/fixtures/polygon/square.js index f8fea15da..568d5534c 100644 --- a/test/fixtures/polygon/square.js +++ b/test/fixtures/polygon/square.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/squareShadow.js b/test/fixtures/polygon/squareShadow.js index abdf98db1..814e75340 100644 --- a/test/fixtures/polygon/squareShadow.js +++ b/test/fixtures/polygon/squareShadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/triangle.js b/test/fixtures/polygon/triangle.js index e17451498..e0e4adb66 100644 --- a/test/fixtures/polygon/triangle.js +++ b/test/fixtures/polygon/triangle.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: { diff --git a/test/fixtures/polygon/triangleShadow.js b/test/fixtures/polygon/triangleShadow.js index 1610f5198..38f31c9e0 100644 --- a/test/fixtures/polygon/triangleShadow.js +++ b/test/fixtures/polygon/triangleShadow.js @@ -1,5 +1,5 @@ module.exports = { - tolerance: 0.0055, + tolerance: 0, config: { type: 'scatter', options: {