We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7426dd3 commit 82f58a4Copy full SHA for 82f58a4
README.md
@@ -86,6 +86,7 @@ const data = [
86
{ year: '1956 年', sales: 61 },
87
{ year: '1957 年', sales: 145 },
88
{ year: '1958 年', sales: 48 },
89
+ { year: '1959 年', sales: 100 },
90
];
91
92
const bar = new Bar('container', {
0 commit comments