Minor Release
New Features
- add visibility state and toggling of datasets (#481)
- added visibility state to datasets and the error renderer
- changed EditDataSet to not allow modifications on hidden datasets
- Thanks for @ennerf for contributing this feature
- add
TimeAxisNonLinearSample
which shows how to implement custom axes.
Bugfixes
- Allow to apply colors for bar charts per data point using the
dataset.addDataStyle(index, "fillColor=cyan;")
API. Thanks @edkennard for reporting, fixing and contributing! 👍 - Fix axis range for padded axes
solves #469 by also using the computed autoRange() result which includes
the padding when calculating the tick marks. - Prevent relayouting of the chart on indicator change (#485)
Set the layout property of the indicator triangle to unmanaged s.t.
changes on the triangle will not invalidate the layout of its parent.
fixes #476
Housekeeping
- github actions: continue on error for codacy coverage
- bump jackson-databind from 2.9.10.7 to 2.9.10.8 in /microservice
Announcement
This will be the last version for de.gsi.*
packages. Starting with 11.3.0
chart-fx will move to the io.fair-acc.*
prefix and this repository will be moved to the fair-acc github organisation to align with our other open source packages. This should not change too much for you as a user except that you will have to update your imports (sorry for that), but will simplify our development and open source deployment processes a lot.
After this move we then want to also tackle some bigger improvements.