소스 검색

chore: update readme usage code (#346)

tags/v1.6.3
小华 4 년 전
committed by GitHub
부모
커밋
5a4857d6a8
No known key found for this signature in database 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]
}
]


불러오는 중...
취소
저장