-
Notifications
You must be signed in to change notification settings - Fork 30
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
Generalise graph2dRange feedback to the scatter plot viewer #5297
Comments
I think maybe this should have been closed when #5298 merged? |
This should stay open until feedback is implemented in the scatter plot viewer. At the moment, it's only available in the light curve viewer, which is specific to PH-TESS subjects. |
Are you sure? I'm using feedback on BHH... |
Yep. #5298 passes the feedback brushes down to the viewer, but theres no code in place to render them, which is why you aren't seeing any vertical bars for the simulated data. |
Lines 41 to 44 in a10466b
|
Closed by #5857. |
Graph2dRangeFeedback
here is hardcoded to use the TESSLightCurveViewer
. It should be generalised so that feedback can also be displayed in the scatter plot viewer eg. for Black Hole Hunters.front-end-monorepo/packages/lib-classifier/src/components/Classifier/components/Feedback/components/Graph2dRangeFeedback.js
Lines 102 to 108 in c5fac08
The text was updated successfully, but these errors were encountered: