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

#5560 rewrite the plot domain mapping, range and axis #7707

Merged
merged 6 commits into from
Jul 23, 2018
Merged

Conversation

MariuszJurowicz
Copy link
Contributor

No description provided.

this.update();
};

PlotScope.prototype.calcMapping = function(emitFocusUpdate) {
Copy link
Contributor

Choose a reason for hiding this comment

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

@mjurowicz-xsolve Is it used anywhere? It looks like it's not needed anymore. But maybe I'm wrong.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's used in CombinedPlots yet

this.axisValSpan = plotUtils.minus(this.axisValR, this.axisValL);
}

setTimeAxisRange(para) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest a meaningful name like axisTimezone perhaps?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I've missed that

this.axisValSpan = plotUtils.minus(this.axisValR, this.axisValL);
}

setLogAxisBase(para) {
Copy link
Contributor

Choose a reason for hiding this comment

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

para -> axisBase

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I've missed that

@LeeTZ LeeTZ merged commit 1af7440 into master Jul 23, 2018
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.

3 participants