Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 864 Bytes

File metadata and controls

23 lines (15 loc) · 864 Bytes

A Fancy Chart Control in JavaFX

Introduction

This complex JavaFX control is a combination of a LineChart and a TableView control. It shows some advanced features of JavaFX in order to demonstrate the powerful capabilities of this new UI toolkit. The features include:

  • display of a line chart,
  • animations in the chart,
  • databinding between a chart and a table including immediate updates,
  • table cell editing,
  • and last, but not least, a visually appealing look and feel based on CSS styling and advanced layouts.

screenshot

Demo

You can see the control in action by cloning the repo and starting the FancyChartViewer application in the test directory.

To Do

Features not yet implemented include

  • zooming
  • data import/export buttons