VSA "Time to complete stage" chart displays no data point when data is 0
Summary
VSA "Stage time" chart doesn't draw any point when data for given day is rounded to zero. Example:
while the API call returns 26596.320536303272 seconds for that day which is roughly 0.3 days. I guess the chart rounds it down to 0 and doesn't display 0s.
Example Project
What is the expected correct behavior?
Dots with 0 as value should be rendered. Without it chart looks significantly different from real chart.

Possible fixes
- Change display unit from days to at least hours to provide better vision.
- Display dots with
0as value.
