From 04e4827705ca17940af5866564326c1d743a541b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Canek=20Pel=C3=A1ez=20Vald=C3=A9s?= Date: Wed, 20 Oct 2021 20:21:04 +0000 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 6fb611a..e2fb20e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,30 @@ Word Count Word Count is a [Wordpress](https://wordpress.org/) plugin to count the words of posts and pages, and to show reports on that counting. +Counting words +-------------- + +![word-counting](https://aztlan.fciencias.unam.mx/gitlab/canek/word-count/-/wikis/uploads/3d66d398842ccf58ca565136ca29927c/word-counting.png) + +Statistics +---------- + +![statistics](https://aztlan.fciencias.unam.mx/gitlab/canek/word-count/-/wikis/uploads/6c2ddb6780ca0c38cff2ec95e362b2c0/statistics.png) + +Tables +------ + +![tables](https://aztlan.fciencias.unam.mx/gitlab/canek/word-count/-/wikis/uploads/4b1675be1712ff16072b75d4b99b28cc/tables.png) + +Bar charts +---------- + +![bar-charts](https://aztlan.fciencias.unam.mx/gitlab/canek/word-count/-/wikis/uploads/62a666528dcedc9fcdb12243985760c0/bar-charts.png) + +Pie charts +---------- + +![pie-charts](https://aztlan.fciencias.unam.mx/gitlab/canek/word-count/-/wikis/uploads/f8aa3f9afa8e1f0045d6a443a961fc3b/pie-charts.png) The charts in the reports are created using the [apexcharts](https://apexcharts.com/) library, available under the MIT license. -- GitLab