NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started 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
-
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.
-
Looks good and pure html5, while the fusioncharts are swf.
Thank you. I think I'll go for it
-
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]
-
Found the way how to implement: very easy: flash object or java.
Summary:
Nettalk rOCKS!
-
One huge benefit of using rgraph is that it works on iThings.
Peter
-
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
-
Hallo!
Does anyone has a small example RGraph with NT5 ? or fusion?
Thank you,
Robert
-
or anyone integrated charts from google? http://code.google.com/apis/chart/
any example?
thank you,
Robert
-
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>"
-
Thank you Linas,
the example was for google? fusion or RGraph ?
I'm interested how do you feed the values for graph...
Robert
-
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.