You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a chart.js using the data in a TablePress table
3
+
4
+
5
+
## About
6
+
7
+
This plugin code and idea is a modification of [TablePress Extension: Chartist](https://github.com/soderlind/tablepress_chartist).
8
+
9
+
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.
10
+
11
+
12
+
## Usage
13
+
14
+
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.
15
+
16
+
17
+
18
+
## Install
19
+
20
+
21
+
## Donations
22
+
23
+
[Buy me a Coffee](https://www.paypal.com/paypalme/developarts)
24
+
25
+
26
+
## Changelog
27
+
28
+
* 0.1 Initial release
29
+
30
+
31
+
## Credits
32
+
33
+
* Muriz Serifovic for creating [TablePress Extension: Chartist](https://github.com/soderlind/tablepress_chartist).
34
+
* Tobias Bäthge for creating [TablePress](https://tablepress.org/)
35
+
* Alejandro García [DevelopArts](https://github.com/developarts)
0 commit comments