Hi, thank you for your reply. I really appreciate the contribution.
However, if you are interested please go to
www.rids-nepal.org. I am
the web admin for this non profit ngo which helps the poorest of poor
people in Nepal. You can find more in the site above. We have many
Renewable Energy related systems in many villages of Humla, a district
of Nepal. And we gather a lot of data each month. We have uploaded
those data in a POSTGRE DB and also built a application to cpm[are the
data and show the graphs. You can access this software by clicking on
the DataBank (
www.lannet.com.au/mall/datalog) you will reach to a log
in page. But due to the limitation of the present graphing system we
were thinking of using Google;s Visualization package. If you are
interested then please let me know, my email add is
manish...@gmail.com. I will gladly grant you a access to the
Databank and you can see what i really mean. These data and graph will
help our organization to optimize the design, improve reliability,
reduce cost and increase system output, which all in turn allow the
building of more sustainable, context related energy generation
systems.
You will be helping the poorest of poor people in the world by helping
in this project. But i totally understand if you dont want to do it. I
respect your decision. Thank you again.
Best Regards
Manish
On Feb 26, 8:25 am, VizBoy <
viz...@google.com> wrote:
> Hi,
>
> As with any source of data, you have a few ways to visualize it:
> 1. If you render your html on a server that has access to the postgre
> database, and you're rendering your html using, say, php, asp, jsp,
> servlets, or whatnot, you can create the html already with javascript that
> has the data in it.
> See for example here:
http://code.google.com/apis/visualization/documentation/reference.htm...
>
> You can read under "should I create my DataTable in JavaScript or object
> literal notation?"
>
> 2. Use the query mechanism. This means you expose your data in some url, say
> using java Servlets, or another mechanism.
> You can read about it here:
http://code.google.com/apis/visualization/documentation/dev/implement...
> If you use python for this, you can use the gviz_api python library to
> assist you in creating the proper format of the response.
> Read about it here:
http://code.google.com/apis/visualization/documentation/dev/gviz_api_...
>
> To summarize, usually option (1) i gave above is the easiest, if you're
> controlling the html on the same server that can access the data.
>
> Other people on the group are welcome to share their thoughts and experience
> with using these different methods..
>
> If you have further questions, ask and I will gladly elaborate.
>
> Regards,
> Vizboy.
>