News

JavaFX 2.1 beta includes a couple new charts, including the StackedBarChart. The stacked bar chart implies multiple series, so I will adapt the last example to use one of these. The stacked bar ...
For example, they are all 2-axis charts with ... for all XYChart types including the Bubble Chart. JavaFX makes it easy to generate attractive charts representing provided data.
Kind of a niche thing... I'm writing a tool to visualize our data as it stands in the DB (old/legacy build) versus how it would look with different build parameters (new hotness.) To do this I'm ...