-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f1dc5c
commit 0ae2f6e
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,35 @@ | ||
# TablePress Extension: Chart.js | ||
Create a chart.js using the data in a TablePress table | ||
|
||
|
||
## About | ||
|
||
This plugin code and idea is a modification of [TablePress Extension: Chartist](https://github.com/soderlind/tablepress_chartist). | ||
|
||
Using [Chart.js](https://www.chartjs.org/), this [TablePress](https://tablepress.org/) Extension creates a responsive chart based on the data in a TablePress table. | ||
|
||
|
||
## Usage | ||
|
||
Add the Shortcode [tp-chartjs id=123 dimension=1 data=2,3/] to a post or page to create a chart from the TablePress table 123. | ||
|
||
|
||
|
||
## Install | ||
|
||
|
||
## Donations | ||
|
||
[Buy me a Coffee](https://www.paypal.com/paypalme/developarts) | ||
|
||
|
||
## Changelog | ||
|
||
* 0.1 Initial release | ||
|
||
|
||
## Credits | ||
|
||
* Muriz Serifovic for creating [TablePress Extension: Chartist](https://github.com/soderlind/tablepress_chartist). | ||
* Tobias Bäthge for creating [TablePress](https://tablepress.org/) | ||
* Alejandro García [DevelopArts](https://github.com/developarts) |