Sfoglia il codice sorgente

Update README.md

`datasets` have `name`, not `title`
tags/1.2.0
Adrian 7 anni fa
committed by GitHub
parent
commit
690c7e168e
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      README.md

+ 2
- 2
README.md Vedi File

@@ -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]
}
]


Caricamento…
Annulla
Salva