|
@@ -4,7 +4,7 @@ |
|
|
<p align="center"> |
|
|
<p align="center"> |
|
|
<p>GitHub-inspired modern, intuitive and responsive charts with zero dependencies</p> |
|
|
<p>GitHub-inspired modern, intuitive and responsive charts with zero dependencies</p> |
|
|
<a href="https://frappe.github.io/charts"> |
|
|
<a href="https://frappe.github.io/charts"> |
|
|
<b>Explore the Demos »</b> |
|
|
|
|
|
|
|
|
<b>Explore Demos »</b> |
|
|
</a> |
|
|
</a> |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
@@ -22,9 +22,6 @@ |
|
|
<a href="http://github.com/frappe/charts/tree/master/dist/js/frappe-charts.min.js"> |
|
|
<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"> |
|
|
<img src="http://img.badgesize.io/frappe/charts/master/dist/frappe-charts.min.js.svg?compression=gzip"> |
|
|
</a> |
|
|
</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> |
|
|
|
|
|
|
|
|
<p align="center"> |
|
|
<p align="center"> |
|
@@ -33,7 +30,7 @@ |
|
|
</a> |
|
|
</a> |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
### Table of Contents |
|
|
|
|
|
|
|
|
### Contents |
|
|
* [Installation](#installation) |
|
|
* [Installation](#installation) |
|
|
* [Usage](#usage) |
|
|
* [Usage](#usage) |
|
|
* [License](#license) |
|
|
* [License](#license) |
|
@@ -53,9 +50,8 @@ |
|
|
#### Usage |
|
|
#### Usage |
|
|
```js |
|
|
```js |
|
|
const data = { |
|
|
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: [ |
|
|
datasets: [ |
|
|
{ |
|
|
{ |
|
|