Skip to content

DM-7969: Offset time input field already introduced. #227

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

Merged
merged 2 commits into from
Nov 14, 2016

Conversation

ejoliet
Copy link
Contributor

@ejoliet ejoliet commented Nov 12, 2016

Although offset seems to work, minor issues have been fixed in this PR.
Fix min/max period for the slider and phase axis max to 2.
Another bug has been raised DM-8261 to be fixed.

@@ -226,7 +226,7 @@ function onSearchSubmit(request) {
} else if ( get(request, PHASE_FOLDED) ) {
treq = TblUtil.makeFileRequest('Phase Folded', request[PHASE_FOLDED], null, {tbl_id:PHASE_FOLDED});
treq.tblType='notACatalog';
xyPlotParams = {x: {columnOrExpr: 'phase'}, y: {columnOrExpr: 'w1mpro_ep'}};
xyPlotParams = {x: {columnOrExpr: 'phase'}, y: {columnOrExpr: 'w1mpro_ep', max:2}};
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this mean that the maximum of 'w1mpro_ep' is 2.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, you are right. Good point!
Mea culpa, will fix it.

@cwang2016
Copy link
Contributor

review completes.

@ejoliet ejoliet merged commit 734d8fa into dev Nov 14, 2016
@ejoliet ejoliet deleted the DM-7969-input-time-offset branch November 15, 2016 00:10
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