StefanSchubert / sabi

Seawater Aquarium Business Intelligence (sabi) aims to gain knowledge from aquarists for aquarists based on collected seawater parameters.
https://sabi-project.net
MIT License
4 stars 3 forks source link

Measurement-Report: rendering of X-Axis lables broken #133

Closed StefanSchubert closed 1 year ago

StefanSchubert commented 1 year ago

Describe the bug Not all month names provided by the view model are being rendered.

To Reproduce Have enough test data for a measurement unit e.g. 180 days and call the Reportview for the measurement unit.

Expected behavior Month-Names are displayed on the X-axis.

Screenshots

Additional context I do believe that this a a rendering problem of the underlying ChartJS library. There for I created a BUG report also here: https://github.com/primefaces/primefaces/issues/9339

StefanSchubert commented 1 year ago

As it seems the problem can be solved by having a newer ChartJS version from PF12 I make a request here: https://github.com/joinfaces/joinfaces/issues/1588

StefanSchubert commented 1 year ago

Meanwhile I found a workaround after understanding what is happening. The workaround will be replaced, when PF12 and the newer chartJS is available.