From 0ae2f6e3f8bfa2c9982f9b4bdde2a1fb97fa7b67 Mon Sep 17 00:00:00 2001 From: Developarts Date: Tue, 3 Nov 2020 17:40:10 -0600 Subject: [PATCH] Update README.md --- README.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/README.md b/README.md index 0ef2b4a..cb26134 100644 --- a/README.md +++ b/README.md @@ -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)