Ver código fonte

chore: update readme

tags/1.5.3
ฏ๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎ฏ๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎ 4 anos atrás
committed by GitHub
pai
commit
f59de5f11e
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 5 adições e 6 exclusões
  1. +5
    -6
      README.md

+ 5
- 6
README.md Ver arquivo

@@ -39,7 +39,7 @@
#### Installation
* Install via [`npm`](https://www.npmjs.com/get-npm):

```console
```sh
$ npm install frappe-charts
```

@@ -91,11 +91,10 @@ const chart = new frappe.Chart("#chart", { // or a DOM element,
})
```

...or for es-modules:
```js

//replace new frappe.Chart() with new Chart()
const chart = new Chart("#chart", { // or a DOM element,
...or for es-modules (replace `new frappe.Chart()` with `new Chart()`):
```diff
- const chart = new frappe.Chart("#chart", {
+ const chart = new Chart("#chart", { // or a DOM element,
// new Chart() in case of ES6 module with above usage
title: "My Awesome Chart",
data: data,


Carregando…
Cancelar
Salvar