We did a complete rewrite of charts in JavaFX 2.0 to add cool features like:
- Dynamic Data Support
- Animation
- Auto Ranging
- CSS Styling
There is a sample application called “Chart Sampler” that ships with JavaFX 2.0 Beta that shows some of what can be done with the new charts. Here are a few screen shots to tempt you to go and check it out 🙂
OK, I’ll take the audio spectrum demos as proof of resolution for my bug RT-5289 😉
Nice!!!
Nice charts. All screenshots were made on Mac OS X. Is there a Java FX version for Mac?
Nice! As these screenshots were take on OS X, I suppose there must be a runtime somewhere. Is it already available?
It is not yet available for download, I don’t have an ETA to announce. But yes, it does exist.
I can’t wait to try it (I don’t want/can’t register as silver partner to get a hand on the early access).
Sorry guys, but where to we download the JavaFX 2.0 Charts lib from?
It is included in the JavaFX 2.0 beta runtime, in the javafx.scene.chart package. Are charts not showing up in the javadocs?
Looks nice.
I tried wading through the JavaDocs but must have missed something… how do you render these graphics to an image, such as a PNG file that can be saved to disk, included in a report, or sent back from a servlet?
It’s trivial with Java2D-based charting solutions in general.
Thanks,
Christopher
We don’t have a API for this today but it is high on my priority list to get in as soon as I can get it in the pipeline.
I’d love to try it, but it doesn’t run on linux yet.