Remove the forecast for success rate values. We were trying to forecast when will the success rate percentage hit the 100% ceil. This didn't (and doesn't) make any sense. It was this "forecasted" date the one that was messing around the x-axis, since we were selecting this date as the end-date of the chart.
Simplify SuccessRateLine component by reciving a single data object instead of a list of them. This seems to be a leftover from copying Forecasts component
Simplify SurveyShow component by avoid putting together quota bucket forecasts and success rate values
Change chart title and subtitle since it was the same as the cockpit chart
Changes
100%
ceil. This didn't (and doesn't) make any sense. It was this "forecasted" date the one that was messing around the x-axis, since we were selecting this date as the end-date of the chart.SuccessRateLine
component by reciving a single data object instead of a list of them. This seems to be a leftover from copying Forecasts componentSurveyShow
component by avoid putting together quota bucket forecasts and success rate valuesEvidence
Before
After
closes #2308