Update README
This commit is contained in:
parent
4733fc3039
commit
24b389b12c
@ -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>
|
||||||
@ -33,7 +33,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
### Table of Contents
|
### Contents
|
||||||
* [Installation](#installation)
|
* [Installation](#installation)
|
||||||
* [Usage](#usage)
|
* [Usage](#usage)
|
||||||
* [License](#license)
|
* [License](#license)
|
||||||
@ -53,9 +53,8 @@
|
|||||||
#### Usage
|
#### Usage
|
||||||
```js
|
```js
|
||||||
const data = {
|
const data = {
|
||||||
labels: ["12am - 3am", "3am - 6pm", "6am - 9 A.M",
|
labels: ["12am-3am", "3am-6pm", "6am-9am", "9am-12am",
|
||||||
"9am - 12am", "12pm - 3pm", "3pm - 6pm",
|
"12pm-3pm", "3pm-6pm", "6pm-9pm", "9am-12am"
|
||||||
"6pm - 9pm", "9am - 12am"
|
|
||||||
],
|
],
|
||||||
datasets: [
|
datasets: [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user