-
Notifications
You must be signed in to change notification settings - Fork 326
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
Visualization Container with chooser, resizing etc. #7733
Comments
E-Hern Lee reports a new STANDUP for the provided date (2023-09-04): Progress: - port some visualizations to vue
|
E-Hern Lee reports a new STANDUP for the provided date (2023-09-04): Progress: - begin integrating visualizations into
other issues -
(:information_source: note: posting standup manually because the bot errored - the standup appears as expected on airtable.) |
E-Hern Lee reports a new STANDUP for yesterday (2023-09-06): Progress: implement fullscreen other issues - Next Day: resizing, registering visualizations, UI (and logic?) for visualization switcher |
E-Hern Lee reports a new STANDUP for yesterday (2023-09-07): Progress: - use
other issues -
Next Day: resizing, investigate (and/or implement) script/style dependencies - handled by |
E-Hern Lee reports a new STANDUP for yesterday (2023-09-08): Progress: - script/style dependencies (handled by native url imports)
Next Day: resizing, finish geo map visualization? |
E-Hern Lee reports a new STANDUP for yesterday (2023-09-11): Progress: - (saturday) get vue -> js working
Next Day: fixes, resizing???! (probably needs |
E-Hern Lee reports a new STANDUP for yesterday (2023-09-12): Progress: - add resizing
|
E-Hern Lee reports a new 🔴 DELAY for the provided date (2023-08-13): Summary: There is 6 days delay in implementation of the Visualization Container with chooser, resizing etc. (#7733) task. Delay Cause: increase in scope? (ended up porting all visualizations) |
E-Hern Lee reports a new STANDUP for yesterday (2023-09-13): Progress: finish heatmap visualization |
E-Hern Lee reports a new STANDUP for yesterday (2023-09-15): Progress: - attempt to merge with language server + binary protocol
|
E-Hern Lee reports a new STANDUP for yesterday (2023-09-18): Progress: - implement histogram visualization
|
E-Hern Lee reports a new 🔴 DELAY for yesterday (2023-09-19): Summary: There is 4 days delay in implementation of the Visualization Container with chooser, resizing etc. (#7733) task. Delay Cause: addressing code review |
E-Hern Lee reports a new STANDUP for yesterday (2023-09-19): Progress: refactors (+ bugfixes) to address d3 review It should be finished by 2023-09-22. |
E-Hern Lee reports a new STANDUP for yesterday (2023-09-22): Progress: - address reviews
other issues -
|
- Closes #7733 - Add infrastructure for defining custom visualizations - Add all visualizations # Important Notes :warning: Changes made: - "Fit all" has been changed to always animate - this is because behavior was previously inconsistent: - the scatterplot would always animate on "Fit all", but - the histogram would never animate on "Fit all"
As in the new design
The visualizations are Vue components.
The two first icons (eye and "compass") are managed by the node view (this is "show/hide visualization" and "visualization chooser" respectively), others are parts of the visualization.
The visualization themselves needs to use "VisualizationLayout" component provided by us, which will allow using multiple predefined slots for putting different UI elements (for example a button bar) in the right place.
The text was updated successfully, but these errors were encountered: