Hi,
I would like to know if its posible to add charts to a entry. In a field...perhaps
My intention is to do a table with high school data (students enrolled, in different courses...) and I would like to show charts (bars, pie) for each high school even compare both of them.
Can it be done? and if you were so kind how?
Thanks in advance
Sergio
Charts ii AppGini
-
- Posts: 19
- Joined: 2013-03-18 15:18
Re: Charts ii AppGini
I would like to do the something similar.
Thanks
Greg
Thanks
Greg
Re: Charts ii AppGini
I forgot but I the text of the fields can be of different colors depending the number for example
if the field is less than 100 red, between 101 and 200 blue and more than 201 green
thanks again
if the field is less than 100 red, between 101 and 200 blue and more than 201 green
thanks again
Re: Charts ii AppGini
You can use Reportico to do reports from your data.. that would work with AppGini's final datbase.
http://www.reportico.org/site/index.php
http://www.reportico.org/site/index.php
Tina O'Connell
Web Dev & Appgini FAN
Web Dev & Appgini FAN
-
- Posts: 19
- Joined: 2013-03-18 15:18
Re: Charts ii AppGini
For charting outside of AppGini there is
http://dygraphs.com/
and
http://jpgraph.net
and of course Google Charts
https://developers.google.com/chart/
and others if you search.
What would be the best way to incorporate external charting functions with AppGini? Is there a way to make chart creation dynamic within AppGini? or will every chart be a static configuration?
I am thinking about creating a chart link (url) in a display table for each entry I want a chart... but that is a lot of static links to create. Any suggestions on how to make this dynamic?
Thanks,
Greg
http://dygraphs.com/
and
http://jpgraph.net
and of course Google Charts
https://developers.google.com/chart/
and others if you search.
What would be the best way to incorporate external charting functions with AppGini? Is there a way to make chart creation dynamic within AppGini? or will every chart be a static configuration?
I am thinking about creating a chart link (url) in a display table for each entry I want a chart... but that is a lot of static links to create. Any suggestions on how to make this dynamic?
Thanks,
Greg
Re: Charts ii AppGini
Check out Reportico.. this program can do all that and more.. and it is basically a great tool to use WITH AppGini to do reporting functions.
Thanks,
Tina
Thanks,
Tina
Tina O'Connell
Web Dev & Appgini FAN
Web Dev & Appgini FAN
-
- Posts: 4
- Joined: 2013-10-13 21:22
Re: Charts ii AppGini
Any advice on how to embed reportico into an AppGini application?