NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Advanced charts in
« previous
next »
Print
Pages: [
1
]
Author
Topic: Advanced charts in (Read 6951 times)
linas@debetas.lt
Jr. Member
Posts: 52
Advanced charts in
«
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
Logged
Stu
Hero Member
Posts: 510
Re: Advanced charts in
«
Reply #1 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.
Logged
Cheers,
Stu Andrews
linas@debetas.lt
Jr. Member
Posts: 52
Re: Advanced charts in
«
Reply #2 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
Logged
linas@debetas.lt
Jr. Member
Posts: 52
Re: Advanced charts in
«
Reply #3 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]
Logged
linas@debetas.lt
Jr. Member
Posts: 52
Re: Advanced charts in
«
Reply #4 on:
November 02, 2011, 08:48:43 PM »
Found the way how to implement: very easy: flash object or java.
Summary:
Nettalk rOCKS!
Logged
peterH
Sr. Member
Posts: 413
Re: Advanced charts in
«
Reply #5 on:
November 03, 2011, 12:28:35 AM »
One huge benefit of using rgraph is that it works on iThings.
Peter
Logged
Jeffrey Kuijt
Full Member
Posts: 142
Re: Advanced charts in
«
Reply #6 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
Logged
Robert Iliuta
Sr. Member
Posts: 472
Re: Advanced charts in
«
Reply #7 on:
November 03, 2011, 05:46:05 AM »
Hallo!
Does anyone has a small example RGraph with NT5 ? or fusion?
Thank you,
Robert
Logged
Robert Iliuta
Sr. Member
Posts: 472
Re: Advanced charts in
«
Reply #8 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
Logged
linas@debetas.lt
Jr. Member
Posts: 52
Re: Advanced charts in
«
Reply #9 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>"
Logged
Robert Iliuta
Sr. Member
Posts: 472
Re: Advanced charts in
«
Reply #10 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
Logged
linas@debetas.lt
Jr. Member
Posts: 52
Re: Advanced charts in
«
Reply #11 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.
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
NetTalk Web Server
»
Web Server - Ask For Help
»
Advanced charts in