Kaynağa Gözat

Update README.md

`datasets` have `name`, not `title`
tags/1.2.0
Adrian 7 yıl önce
committed by GitHub
ebeveyn
işleme
690c7e168e
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      README.md

+ 2
- 2
README.md Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet