浏览代码

chore: update readme usage code (#346)

tags/v1.6.3
小华 4 年前
committed by GitHub
父节点
当前提交
5a4857d6a8
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      README.md

+ 2
- 2
README.md 查看文件

@@ -72,11 +72,11 @@ const data = {
],
datasets: [
{
name: "Some Data", type: "bar",
name: "Some Data", chartType: "bar",
values: [25, 40, 30, 35, 8, 52, 17, -4]
},
{
name: "Another Set", type: "line",
name: "Another Set", chartType: "line",
values: [25, 50, -10, 15, 18, 32, 27, 14]
}
]


正在加载...
取消
保存