Something went wrong while fetching comments. Please try again.
Created by: CristinaBirkel
Partial implementation for https://github.com/sourcegraph/sourcegraph/issues/25979
This is a partial implementation of updating data series on insights:
dataSeries
with no seriesId
fielddataSeries
arrayTo finish this issue, the query
, timeScope
and repositoryScope
will need to be updated. These will require more work because they affect the actual data that needs to be generated for the chart.
I have a few notes for discussion and will leave them as comments in the PR.
updateLineChartSearchInsight
for an insight with at least one dataSeries
, and modify the dataSeries.options
and see that they return as expected.dataSeries
, this time leaving out the seriesId
field. Verify that a new series is created and attached.dataSeries
and verify that it gets removed.