Skip to content

Commit

Permalink
And more tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed May 19, 2021
1 parent d55d776 commit 4ac3303
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/scale.linear/min-max-skip/rotated-case-1.js
@@ -1,6 +1,6 @@
module.exports = {
description: 'https://github.com/chartjs/Chart.js/issues/9025',
threshold: 0.15,
threshold: 0.2,
config: {
type: 'scatter',
options: {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/scale.linear/min-max-skip/rotated-case-2.js
@@ -1,6 +1,6 @@
module.exports = {
description: 'https://github.com/chartjs/Chart.js/issues/9025',
threshold: 0.15,
threshold: 0.2,
config: {
type: 'scatter',
options: {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/scale.linear/min-max-skip/rotated-case-3.js
@@ -1,6 +1,6 @@
module.exports = {
description: 'https://github.com/chartjs/Chart.js/issues/9025',
threshold: 0.15,
threshold: 0.2,
config: {
type: 'scatter',
options: {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/scale.linear/min-max-skip/rotated-case-4.js
@@ -1,6 +1,6 @@
module.exports = {
description: 'https://github.com/chartjs/Chart.js/issues/9025',
threshold: 0.15,
threshold: 0.2,
config: {
type: 'scatter',
options: {
Expand Down

0 comments on commit 4ac3303

Please sign in to comment.