This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository echart.

View the commit online.

commit adf0ffe5de3b393f8f3b4f34b822195020af34e8
Author: Vincent Torri <[email protected]>
AuthorDate: Mon Jun 1 10:39:52 2026 +0200

    add images in README.md
---
 README.md                          |  15 +++++++++++++--
 data/images/echart_curved_line.png | Bin 0 -> 62161 bytes
 data/images/echart_line.png        | Bin 0 -> 54742 bytes
 data/images/echart_pie.png         | Bin 0 -> 28407 bytes
 data/images/echart_vbar.png        | Bin 0 -> 7332 bytes
 5 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index cd43957..9d43655 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,14 @@
-# echart
+# Echart
 
-EFL-based chart library
\ No newline at end of file
+Echart is an EFL-based chart library. Each chart is an Evas smart object
+that can be used in any EFL-based application.
+
+## Chart gallery
+
+- Bar chart
+
+![Echart ss](data/images/echart_vbar.png "toto")
+
+- Line chart
+
+- Pie chart
diff --git a/data/images/echart_curved_line.png b/data/images/echart_curved_line.png
new file mode 100644
index 0000000..3d1f0ad
Binary files /dev/null and b/data/images/echart_curved_line.png differ
diff --git a/data/images/echart_line.png b/data/images/echart_line.png
new file mode 100644
index 0000000..f0548c4
Binary files /dev/null and b/data/images/echart_line.png differ
diff --git a/data/images/echart_pie.png b/data/images/echart_pie.png
new file mode 100644
index 0000000..7eee900
Binary files /dev/null and b/data/images/echart_pie.png differ
diff --git a/data/images/echart_vbar.png b/data/images/echart_vbar.png
new file mode 100644
index 0000000..fe615b5
Binary files /dev/null and b/data/images/echart_vbar.png differ

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to