Parcourir la source

Update README

tags/1.2.0
Prateeksha Singh il y a 7 ans
committed by pratu16x7
Parent
révision
7ea2357c66
1 fichiers modifiés avec 4 ajouts et 8 suppressions
  1. +4
    -8
      README.md

+ 4
- 8
README.md Voir le fichier

@@ -4,7 +4,7 @@
<p align="center">
<p>GitHub-inspired modern, intuitive and responsive charts with zero dependencies</p>
<a href="https://frappe.github.io/charts">
<b>Explore the Demos »</b>
<b>Explore Demos »</b>
</a>
</p>
</div>
@@ -22,9 +22,6 @@
<a href="http://github.com/frappe/charts/tree/master/dist/js/frappe-charts.min.js">
<img src="http://img.badgesize.io/frappe/charts/master/dist/frappe-charts.min.js.svg?compression=gzip">
</a>
<a href="https://saythanks.io/to/frappe">
<img src="https://img.shields.io/badge/Say%20Thanks-🦉-1EAEDB.svg?style=flat-square">
</a>
</p>

<p align="center">
@@ -33,7 +30,7 @@
</a>
</p>

### Table of Contents
### Contents
* [Installation](#installation)
* [Usage](#usage)
* [License](#license)
@@ -53,9 +50,8 @@
#### Usage
```js
const data = {
labels: ["12am - 3am", "3am - 6pm", "6am - 9 A.M",
"9am - 12am", "12pm - 3pm", "3pm - 6pm",
"6pm - 9pm", "9am - 12am"
labels: ["12am-3am", "3am-6pm", "6am-9am", "9am-12am",
"12pm-3pm", "3pm-6pm", "6pm-9pm", "9am-12am"
],
datasets: [
{


Chargement…
Annuler
Enregistrer