You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The different graphs are not on the same scale. Mostly because each graph is unaware of the other graphs (the data is fetched in different Ajax calls) so it's hard to compute and overall maximum y-value over the different graphs.
Perhaps this should be plotted on one single graph, with multiple line with different colours.
The text was updated successfully, but these errors were encountered:
In addition, the menu buttons "Filter items", "Dates", and "Available Reports" are missing. There is no way to return back to another (or previous report) than using the Back button of the browser.
Reported by many.
The different graphs are not on the same scale. Mostly because each graph is unaware of the other graphs (the data is fetched in different Ajax calls) so it's hard to compute and overall maximum y-value over the different graphs.
Perhaps this should be plotted on one single graph, with multiple line with different colours.
The text was updated successfully, but these errors were encountered: