-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix:
dx
now respects the webgl flag (#934)
Fixes #612 The current implementation has the following behavior, although note that this will not work fully until deephaven/web-client-ui#2255 is merged 1. If webgl is enabled, nothing happens 2. If webgl is disabled and the webgl chart trace type can be replaced, it will be (such as `scattergl` -> `scatter`) and replaced again if reenabled (`scatter` -> `scattergl`) 3. If webgl is disabled and the webgl chart trace can't be replaced (such as `scatter3d` or `scattermapbox`) the prompt in the image below will appear. Once accepted, the acceptance persists for this specific chart, even if webgl is toggled again. Note that disabling and reenabling through the settings without clicking Continue doesn't count as an acceptance, so if the prompt appears, the setting is enabled, then the setting is disabled again, the prompt will still appear. ![image](https://github.com/user-attachments/assets/75e81f41-b629-44f7-81f1-9ceaeb69d713) --------- Co-authored-by: Matthew Runyon <[email protected]>
- Loading branch information
1 parent
075381e
commit 9cdf1ee
Showing
8 changed files
with
1,079 additions
and
701 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.