Charts ii AppGini

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
ajujo
Posts: 2
Joined: 2013-04-24 09:10

Charts ii AppGini

Post by ajujo » 2013-04-24 09:11

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

Ledbelly2142
Posts: 19
Joined: 2013-03-18 15:18

Re: Charts ii AppGini

Post by Ledbelly2142 » 2013-04-25 02:57

I would like to do the something similar.
Thanks
Greg

ajujo
Posts: 2
Joined: 2013-04-24 09:10

Re: Charts ii AppGini

Post by ajujo » 2013-04-25 07:25

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

User avatar
toconnell
Veteran Member
Posts: 204
Joined: 2013-04-09 19:29
Location: Oklahoma City, OK
Contact:

Re: Charts ii AppGini

Post by toconnell » 2013-04-25 18:59

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
Tina O'Connell
Web Dev & Appgini FAN

Ledbelly2142
Posts: 19
Joined: 2013-03-18 15:18

Re: Charts ii AppGini

Post by Ledbelly2142 » 2013-04-26 15:00

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

User avatar
toconnell
Veteran Member
Posts: 204
Joined: 2013-04-09 19:29
Location: Oklahoma City, OK
Contact:

Re: Charts ii AppGini

Post by toconnell » 2013-06-06 15:57

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
Tina O'Connell
Web Dev & Appgini FAN

bobwhitleyjr
Posts: 4
Joined: 2013-10-13 21:22

Re: Charts ii AppGini

Post by bobwhitleyjr » 2013-10-15 00:41

Any advice on how to embed reportico into an AppGini application?

Post Reply