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

[bug 926611] Fix y axis re-scaling on aggregated charts. #1681

Closed
wants to merge 1 commit into from

Conversation

rlr
Copy link
Contributor

@rlr rlr commented Oct 17, 2013

r?

@@ -233,6 +233,7 @@ function makeAggregatedWikiMetricGraphs() {
graph.data.seriesSpec[index].disabled = true;
}
});
graph.rebucket();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My flakey memory tells me that I left this out for performance reasons last time. Does this have a negative affect on the KPI graphs? If nothing else, you should probably remove calls to .rebucket() anywhere else that .update() is called (like in the slider.)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only affects the one page. And yeah, it is pretty slow to update when you check/uncheck locales... but whatevs.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, oops. I thought this was in rickshaw_utils.js.

@mythmon
Copy link
Contributor

mythmon commented Oct 17, 2013

If this works, it looks good to me! r+

@rlr rlr closed this Oct 17, 2013
@rlr
Copy link
Contributor Author

rlr commented Oct 17, 2013

5466e67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants