-
Notifications
You must be signed in to change notification settings - Fork 128
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
Easier navigation between datapoints #42
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're on right track, however, I'm unable to test this locally due to missing code. Let me know once this PR is ready.
You can check the changes. The feature works and I tested for most cases. |
@manrajgrover The feature is good to go now. Review and let me know if any changes are required. |
Have implemented the navigation feature. The navigation uses a new API that I implemented, which returns the
dataId
for the previous and next annotation.TODO:
Icons
for the new buttons added.window.location.reload();
upon new page redirect. # I added this as I had some doubts regarding: this.props.history.push(path);