Source Code for the Fancy Chart Control

Posted on Fri 14 March 2014 in JavaFX • Tagged with animation, fancy, Github, JavaFX, TableView

Due to popular demand, I published the source code for the combined LineChart and TableView control mentioned in this post to Github. You can find the sources here:

https://github.com/tesis-dynaware/fancy-chart


A Combined LineChart and TableView Widget in JavaFX

Posted on Wed 19 February 2014 in JavaFX • Tagged with animation, characteristic, fancy chart, JavaFX, popup, TableView

Video of a combined LineChart and Table widget in JavaFX

(click to watch the video)

This video shows a widget for displaying three characteristics (velocity vs. distance) in a LineChart node and a tabbed TableView node. The two nodes provide different views on the same data.

The widget comes with the following features:

  • hovering over a data point in the …

Continue reading