Charts in Rev?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
mjones
Posts: 2
Joined: Fri Nov 24, 2006 8:24 am

Charts in Rev?

Post by mjones » Fri Jan 26, 2007 12:01 am

Is it possible/how easy is it to produce charts in Rev (without any 3rd party add-ins) ? The charts would be very basic bar charts based on small amounts of data.
TIA

M Jones

marielle
Livecode Opensource Backer
Livecode Opensource Backer

Post by marielle » Fri Jan 26, 2007 12:47 am

The short answer is there is no library for this. Sample stacks have been contributed by various persons. For instance, Altuit's chart wizard. There was a plotter test contributed by Klaus Major (here on the list, he may chime in).

If you have studio or enterprise, then a fast and easy solution is to use altBrowser to send data to this very nifty javascript library:

chartlib @ thumbstacks.com

Otherwise, charting is only about manipulating the size of rectangles or drawing lines on the interface. All can be done easily. It only depends how sophisticated you want your graphs to look like.

Marielle

marielle
Livecode Opensource Backer
Livecode Opensource Backer

Post by marielle » Fri Jan 26, 2007 10:39 am

Graph and Table Objects by Kenneth L. Simons

"I've created enhanced graph and table objects that Runtime Revolution programmers can use to facilitate line graphs, scatter plots, tables, and spreadsheets (latest update: 18 December 2006). These objects are easy to paste into any Revolution project, and the file includes extensive documentation and examples. Both objects were originally written for MetaCard and were updated for Revolution, and I have not tested certain properties in Revolution, so if you experience any problems then please let me know."

mjones
Posts: 2
Joined: Fri Nov 24, 2006 8:24 am

Post by mjones » Sat Jan 27, 2007 10:38 pm

Thanks marielle - I'll look into all your suggestions

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

Re: Charts in Rev?

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

Charts in LiveCode can be created using ChartMaker. The wizard quickly sets up the data and the display settings and it really is a 'point and click' solution. You can also script charts in your own work using css-style keyValue pairs to define the data display. Full documentation is built in with tips, examples and the syntax reference, and there is a dedicated support site of help sheets, video tutorials and archived documentation.

What else can you do? Drag and drop data from Excel or any tab-delimited document source; restore old charts for modification, export to pdf, png, the clipboard or as a fully functional LiveCode object; display drop shadows, tinted gradient fills, trend lines, data subsets... the list goes on!

There is a free 30-day trial and the licence includes personal and commercial use.

ChartMaker is available in the RunRev store.

Hugh Senior
FLCo

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

Re: Charts in Rev?

Post by BvG » Thu Jun 09, 2011 11:46 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