Skip to content

Commit

Permalink
chore: set props in test correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Mar 24, 2023
1 parent 018128e commit 871e7f4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/rendering/sheet/sheet-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,21 @@ window.getFuncs = function getFuncs() {
},
visualization: 'barchart',
title: 'This is the title of the barchart',
subTitle: 'here is the subtitle',
subtitle: 'here is the subtitle',
footnote: 'and here is a footnote',
showTitles: true,
components: [
{
key: 'general',
title: {
main: {
color: 'green',
color: { color: 'green' },
},
subTitle: {
color: 'blue',
color: { color: 'blue' },
},
footer: {
color: 'red',
color: { color: 'red' },
},
},
},
Expand Down

0 comments on commit 871e7f4

Please sign in to comment.