Skip to content

Commit

Permalink
and another fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Jan 17, 2022
1 parent abd90f8 commit 39fc88d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions test/fixtures/box/labelMultiline.js
@@ -1,5 +1,4 @@
module.exports = {
tolerance: 0.0075,
config: {
type: 'bar',
options: {
Expand All @@ -23,8 +22,7 @@ module.exports = {
yMin: 5,
yMax: 10,
backgroundColor: 'rgba(178, 255, 102, 0.5)',
borderColor: 'rgb(178, 255, 102)',
borderDash: [6, 6],
borderColor: 'red',
borderWidth: 5,
label: {
enabled: true,
Expand All @@ -38,8 +36,7 @@ module.exports = {
yMin: 11,
yMax: 15,
backgroundColor: 'rgba(178, 255, 102, 0.5)',
borderColor: 'rgb(178, 255, 102)',
borderDash: [6, 6],
borderColor: 'red',
borderWidth: 5,
label: {
enabled: true,
Expand All @@ -54,8 +51,7 @@ module.exports = {
yMin: 16,
yMax: 20,
backgroundColor: 'rgba(178, 255, 102, 0.5)',
borderColor: 'rgb(178, 255, 102)',
borderDash: [6, 6],
borderColor: 'red',
borderWidth: 5,
label: {
enabled: true,
Expand All @@ -70,8 +66,7 @@ module.exports = {
yMin: 5,
yMax: 9,
backgroundColor: 'rgba(178, 255, 102, 0.5)',
borderColor: 'rgb(178, 255, 102)',
borderDash: [6, 6],
borderColor: 'red',
borderWidth: 5,
label: {
enabled: true,
Expand Down
Binary file modified test/fixtures/box/labelMultiline.png
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 39fc88d

Please sign in to comment.