Skip to content

Commit

Permalink
Multiple datasets in test
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Oct 25, 2019
1 parent a7a83ec commit 7b5b9b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/fixtures/controller.bar/bar-thickness-per-dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"barThickness": 16,
"backgroundColor": "#FF6384",
"data": [1, null, 3, 4, 5]
}, {
"type": "bar",
"barThickness": 8,
"backgroundColor": "#36A2EB",
"data": [5, 4, 3, null, 1]
}]
},
"options": {
Expand Down
Binary file modified test/fixtures/controller.bar/bar-thickness-per-dataset.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 7b5b9b4

Please sign in to comment.