Prepare sophisticated graphs and reports

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
bjb007
Posts: 313
Joined: Fri Dec 28, 2007 4:56 am

Prepare sophisticated graphs and reports

Post by bjb007 » Tue Jun 10, 2008 8:44 am

The RunRev site says that with Revolution one can
"Prepare sophisticated graphs and reports".

Does this refer only to 2.9? I can't find one
reference to graphs (graph, plot, chart) in the
2.8.1 docs.
Life is just a bowl of cherries.

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Post by BvG » Wed Jun 11, 2008 12:46 am

Pie charts can easily be made using the oval control, and setting the startAngle and the arcAngle. Irregular Polygons are great for line or scatter graphs, and bar graphs can make use of the rectangle graphic object.

You can do lots of things with rev, but most of them need you to do honest to good work (yeah I know, horrible). This is one of those areas, but there's stuff to buy to get there easier, like for example quartam reports.

Of course RunRev has some quite.. interesting claims on their site, and this is certainly one of the more stretched ones.
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

HughSenior
Posts: 3
Joined: Thu Jun 09, 2011 3:00 pm

Re: Prepare sophisticated graphs and reports

Post by HughSenior » Thu Jun 09, 2011 3:48 pm

As BvG says, do-able but not built into LiveCode per se and you will need to do some (perhaps quite advanced)scripting. You can try ChartMaker which takes care of all the heavy-lifting for you, leaving you with 'point and click' design options to create sophisticated presentations of your data. Available in the RunRev store.

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1239
Joined: Sat Apr 08, 2006 1:10 pm
Contact:

Re: Prepare sophisticated graphs and reports

Post by BvG » Thu Jun 09, 2011 11:48 pm

There is also ChartsEngine, which also is sold on the runrev store page, and has it's own sub forum here:

ChartsEngine forum
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

Post Reply