Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Success Rate chart has issues with the x-axis scale #2308

Closed
manumoreira opened this issue Nov 3, 2023 · 3 comments · Fixed by #2336
Closed

Success Rate chart has issues with the x-axis scale #2308

manumoreira opened this issue Nov 3, 2023 · 3 comments · Fixed by #2336
Assignees

Comments

@manumoreira
Copy link
Contributor

After a two week of running a survey the x-axis of the success rate chart changed its scale, making it really difficutl to read.

image

This might be related to the quotas line-chart and its completion estimation

You can check an example here

@matiasgarciaisaia
Copy link
Member

We should either cap the number of days into the future that the chart shows, and/or use a chart that's zoomable/interactive.

@manumoreira
Copy link
Contributor Author

Sure, but I don't understand why the chart is changing the scale to 7 years, when it just needs to show data for 2 weeks

@matiasgarciaisaia
Copy link
Member

Oh, I overlooked that.

Back when the success rate was plotted with the completes, the x-axis would grow by a huge deal when the survey got estimated to last for a really long time due to a really low success rate. I'm not sure if that was somehow carried over here, or if it's a completely separate bug/issue. We should investigate that 👍

@anaPerezGhiglia anaPerezGhiglia self-assigned this Apr 26, 2024
anaPerezGhiglia added a commit that referenced this issue May 6, 2024
* Fix SuccessRateLine chart
   * Simplify SuccessRateLine chart by receiving a single data object instead
   of a list of them. This seems to be a leftofver from copying Forecasts
   component
   * Simplify SurveyShow by avoid putting together quota bucket forecasts and
   success rate values

* Update success rate chart title
@manumoreira manumoreira moved this to Verified in Dev sprints 24-25 Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Verified
Development

Successfully merging a pull request may close this issue.

3 participants