Skip to content

Code Insights: Fix unequal series length charts for BE insights

Created by: vovakulikov

Fixes https://github.com/sourcegraph/sourcegraph/issues/23257

This PR adds series initial value (null value) for the points that don't have a real value for the date-time point that other series have. By adding thins null initial value we adding visual gray line background (see screenshot below)

Before After
Screenshot 2021-08-03 at 19 12 36 Screenshot 2021-08-03 at 19 13 11

Merge request reports

Loading