Actions
Bug #639
closedTimeSeries are not displayed properly in plotEngine
revision:
r0
blocked:
No
Sprint:
Description
It seems that numerous timeseries points share the same absciss.
This implies that the curve is often displayed with vertical lines at said places.
This might be due to axis considering only the first digit to build himself or having trouble to handle small time window.
One solution could be to code only the delta between the current time and the starting time, but this implies to provide proxy tick labels to display real time.
Actions