NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: linas@debetas.lt on November 02, 2011, 05:16:33 PM

Title: Advanced charts in
Post by: linas@debetas.lt on November 02, 2011, 05:16:33 PM
Hi ,

Does anyone tried to use fusion charts (http://www.fusioncharts.com/) in the app?

It looks nice, impresive.

Regards,
Linas Norkus
Title: Re: Advanced charts in
Post by: Stu on November 02, 2011, 05:23:25 PM
Linas,

One of the gurus who sometimes roams this board (Oh Bill, Where Art Thou?) put me onto RGraph (http://www.rgraph.net/). It's free and VERY easy to implement.
Title: Re: Advanced charts in
Post by: linas@debetas.lt on November 02, 2011, 05:35:25 PM
Looks good and pure html5, while the fusioncharts are swf.

Thank you. I think I'll go for it
Title: Re: Advanced charts in
Post by: linas@debetas.lt on November 02, 2011, 06:41:04 PM
Made a decision I'll go for fusion charts, creating a xml or Jason data for the chart. Looks better.

Check attachment.

[attachment deleted by admin]
Title: Re: Advanced charts in
Post by: linas@debetas.lt on November 02, 2011, 08:48:43 PM
Found the way how to implement: very easy: flash object or java.


Summary:

Nettalk rOCKS!
Title: Re: Advanced charts in
Post by: peterH on November 03, 2011, 12:28:35 AM
One huge benefit of using rgraph is that it works on iThings.
Peter
Title: Re: Advanced charts in
Post by: Jeffrey Kuijt on November 03, 2011, 12:56:47 AM
Hi,

We use CapeSoft Insight Graph which makes very nice graphs as very small PNG files.
Very very easy to implement, because it's supported by the NetTalk templates.
And also very nice on my iPads!

Best regards
Jeffrey
Title: Re: Advanced charts in
Post by: Robert Iliuta on November 03, 2011, 05:46:05 AM
Hallo!

Does anyone has a small example RGraph with NT5 ? or fusion?

Thank you,
Robert
Title: Re: Advanced charts in
Post by: Robert Iliuta on November 03, 2011, 06:00:44 AM
or anyone integrated charts from google?  http://code.google.com/apis/chart/
any example?

thank you,
Robert
Title: Re: Advanced charts in
Post by: linas@debetas.lt on November 03, 2011, 02:07:49 PM
It is just a script so in page you include where xtml is routine scrip before /head
<script>
 all the rest
 </script>
and in the new routine in page body teh rest of the code "<!--Div that will hold the pie chart-->    <div id="chart_div"></div>"
Title: Re: Advanced charts in
Post by: Robert Iliuta on November 03, 2011, 11:07:17 PM
Thank you Linas,
the example was for google? fusion or RGraph ?
I'm interested how do you feed the values for graph...
Robert
Title: Re: Advanced charts in
Post by: linas@debetas.lt on November 06, 2011, 02:16:48 PM
That was for fusion charts.


  But i have looked at the google charts and Rgraphs. All will be the same. The difference the google and rgraphs have data embeded in page (atleast it is in examples), while the fusion charts can read xml or Json separate file. For my task the data file to keep in a separate file is a must.