JavaFX integration with Jfreechart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
rkmandalbit
Posts: 6
Joined: Tue Oct 08, 2013 7:48 am
antibot: No, of course not.

JavaFX integration with Jfreechart

Post by rkmandalbit » Fri Oct 11, 2013 2:12 pm

Hi Friends,
I am looking for solution for integration between JavaFX and Jfreechart.


Thank you in Advance,
Raj Mandal

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: JavaFX integration with Jfreechart

Post by david.gilbert » Tue May 20, 2014 10:27 am

Please see the new FXGraphics2D project on GitHub, it is the beginning of JavaFX support for JFreeChart. Already you can use it to display any JFreeChart instance in a JavaFX canvas…the work remaining to do is the creation of a custom JavaFX component to support the mouse events, tooltips and popup menu features that are found in the Swing-based ChartPanel class.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

rkmandalbit
Posts: 6
Joined: Tue Oct 08, 2013 7:48 am
antibot: No, of course not.

Re: JavaFX integration with Jfreechart

Post by rkmandalbit » Fri Apr 17, 2015 8:23 am

Thank you David

Locked