Wish Wrapper for EazeGraph - a beautiful chart library

Inman

Well-Known Member
Licensed User
Longtime User
EazeGraph is an Android library for creating beautiful and fancy charts. Its main goal was to create a lighweight library which is easy to use and highly customizeable with an "up-to-date"-look.
  • 4 different chart types
  • dynamic legend label generation
  • possibility to use your own legend labels
  • animations for every chart
  • touch interaction for PieChart and LineChart
  • various xml attributes for customizing the charts
  • and much more
This library is not intented for "mathematical" purposes like "achartengine" or "androidplot". It is intented to have a beautiful visual presentation of "user related"-data where only one value is provided and the rest is calculated dynamically.

It will be great if we could use this beautiful library with B4A

https://github.com/blackfizz/EazeGraph

Currently 4 different chart types are available, which can be viewed below.

68747470733a2f2f7261772e6769746875622e636f6d2f626c61636b66697a7a2f45617a6547726170682f6d61737465722f696d61676572792f7069655f63686172742e706e67


68747470733a2f2f7261772e6769746875622e636f6d2f626c61636b66697a7a2f45617a6547726170682f6d61737465722f696d61676572792f6261725f63686172742e706e67


68747470733a2f2f7261772e6769746875622e636f6d2f626c61636b66697a7a2f45617a6547726170682f6d61737465722f696d61676572792f737461636b65645f6261725f63686172742e706e67


68747470733a2f2f7261772e6769746875622e636f6d2f626c61636b66697a7a2f45617a6547726170682f6d61737465722f696d61676572792f6c696e655f63686172742e706e67


68747470733a2f2f7261772e6769746875622e636f6d2f626c61636b66697a7a2f45617a6547726170682f6d61737465722f696d61676572792f63756269635f6c696e655f63686172742e706e67
 

wimpie3

Well-Known Member
Licensed User
Longtime User
+1. Always found that B4A is missing a decent graph package (the existing ones all have their flaws or are not wrapped completely).
 
Top