Skip to content

Maintainance Release

Compare
Choose a tag to compare
@RalphSteinhagen RalphSteinhagen released this 13 Nov 10:28
· 62 commits to master since this release

This release has a few new features and bug-fixes for user-reported issues.

new features:

  • generic RESTful 'Clipboard' (#272) that facilitates a simple web-export of Java, JavaFX, and (of course) Chart-fx content.
  • new HistogramRenderer with support for non-equidistant binning (#292, notably issues: #80 #246 #265)
  • upgraded DataSetMath: support math-operation on DataSets with different x-axis sampling
  • upgrades to DataPointTooltip plugin:
    • show tool tip for all data in chart
    • make 'Label' fully customisable through overwridable DataPointTooltip::updateLabel(...)
    • use AbstractAxisFormatting facilities instead of custom code in the Tooltip plugin
  • uploaded initial concepts for a new middle-ware and microservice backend (WIP: #272, #273, #298, #307, #312)

bug fixes:

  • fixed setAutoRangePadding() regression bug (#277)
  • add table view only to chart if really shown (#280, special thanks to @dedeibel)
  • fixed slow axis memory-leak by replacing WeakHashMap with SoftHashMap<...,TickMark> - based cache implementation (#291)
  • fixed indexing error HistogramRenderer::drawPolyLineStairCase(..)
  • fix scroll zoom bug (special thanks to @milo-gsi)