Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Charting with RAP(Charts and graphics)
Charting with RAP [message #499806] Tue, 24 November 2009 09:12 Go to next message
Frederic Conrotte is currently offline Frederic ConrotteFriend
Messages: 125
Registered: July 2009
Senior Member
Hello,

I'd like to know what are the possibilities so far to display charts with RAP.

I found no chart widget in qooxdoo:
http://demo.qooxdoo.org/current/demobrowser/

The solution I found is using BIRT, which is nice:
http://wiki.eclipse.org/RAP/BIRT_Integration

Any other possibility?

How difficult would it be to use JFreechart within RAP for instance ?
http://www.jfree.org/jfreechart/
Re: Charting with RAP [message #499825 is a reply to message #499806] Tue, 24 November 2009 09:47 Go to previous messageGo to next message
bjoern is currently offline bjoernFriend
Messages: 19
Registered: July 2009
Junior Member
Frederic Conrotte schrieb:
> How difficult would it be to use JFreechart within RAP for instance ?
> http://www.jfree.org/jfreechart/

Hi Frederic,
using jfreechart is rather easy. JFreeChart can render charts into image
files. Do this on the server and use the image as Background for a Label
or a Composite. There is your chart :)

Further on, you can register a mouseListener on the Label and catch
click events. With the x and y coordinates of the event you can get the
underlying ChartEntity (bar, point, etc.) from JFreeChart.

Regards,
Björn
Re: Charting with RAP [message #501769 is a reply to message #499806] Thu, 03 December 2009 17:54 Go to previous message
Austin Riddle is currently offline Austin RiddleFriend
Messages: 128
Registered: July 2009
Senior Member
I would also like to recommend looking at:

David Donahue's wonderful Google Visualization contribution:

http://www.eclipse.org/forums/index.php?t=msg&goto=13177 2&S=d5de149fea1e0db7ff49730be31c435b

Also forthcoming next week (hopefully) I will post an implementation of some charting capabilities for Emprise Javascript Charts within RAP: http://www.ejschart.com/

However, you would have to buy a license for the actual Emprise code to use it for commercial purposes.

Previous Topic:Advanced Rich Ajax Platform Theming
Next Topic:Multiple aspects of a Web-application and RAP Entrypoints
Goto Forum:
  


Current Time: Thu Apr 25 18:12:32 GMT 2024

Powered by FUDForum. Page generated in 0.02996 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top