Zooming in the Fancy Chart Control

Posted on Thu 24 April 2014 in JavaFX • Tagged with fancy chart, Github, JavaFX, zoom

A new version of the fancy chart control is available at https://github.com/tesis-dynaware/fancy-chart

This version supports zooming for the XY chart: by dragging the mouse, you can select an area in the chart to scale the selected area up to full size of the chart. This allows …


Continue reading

Enhanced Fancy Chart

Posted on Fri 21 March 2014 in JavaFX • Tagged with CSV, fancy chart, Github, HDF5, JavaFX, XLS

A new version of the fancy chart control is available at https://github.com/tesis-dynaware/fancy-chart

Data can now be imported and exported to CSV, XLS, and HDF5 files. A lot of code was refactored to make it easier to support other file formats in the future.


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