NetTalk Central

Author Topic: Advanced charts in  (Read 4377 times)

linas@debetas.lt

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
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

Stu

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
    • Email
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.
Cheers,

Stu Andrews

linas@debetas.lt

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
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

linas@debetas.lt

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
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]

linas@debetas.lt

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
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!

peterH

  • Sr. Member
  • ****
  • Posts: 413
    • View Profile
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

Jeffrey Kuijt

  • Full Member
  • ***
  • Posts: 142
    • View Profile
    • Email
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

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 471
    • View Profile
    • Email
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

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 471
    • View Profile
    • Email
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

linas@debetas.lt

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
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>"

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 471
    • View Profile
    • Email
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

linas@debetas.lt

  • Jr. Member
  • **
  • Posts: 52
    • View Profile
    • Email
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.