Skip to content

Commit 3c199a5

Browse files
committed
Fix music format
1 parent d8eed3e commit 3c199a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/showcases/musicformats/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ for (let year = 1973; year <= 2020; year++) {
3030
y: { set: ['Format'] },
3131
x: { set: ['Revenue'] },
3232
label: { set: ['Revenue'] },
33-
color: { attach: ['Format'] }
33+
color: { set: ['Format'] }
3434
},
3535
title: 'Music Revenue by Format - Year by Year',
3636
sort: 'byValue'

0 commit comments

Comments
 (0)