Skip to content
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

Add save hover dialog for Jupyter exporters #107

Merged
merged 11 commits into from
Nov 27, 2024

Update logic for fetching layer hover data.

b411788
Select commit
Loading
Failed to load commit list.
Merged

Add save hover dialog for Jupyter exporters #107

Update logic for fetching layer hover data.
b411788
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 27, 2024 in 1s

69.72% of diff hit (target 84.57%)

View this Pull Request on Codecov

69.72% of diff hit (target 84.57%)

Annotations

Check warning on line 320 in glue_plotly/common/image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/common/image.py#L320

Added line #L320 was not covered by tests

Check warning on line 328 in glue_plotly/common/image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/common/image.py#L326-L328

Added lines #L326 - L328 were not covered by tests

Check warning on line 420 in glue_plotly/common/image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/common/image.py#L420

Added line #L420 was not covered by tests

Check warning on line 133 in glue_plotly/common/scatter3d.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/common/scatter3d.py#L130-L133

Added lines #L130 - L133 were not covered by tests

Check warning on line 33 in glue_plotly/html_exporters/base_save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/base_save_hover.py#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 35 in glue_plotly/html_exporters/base_save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/base_save_hover.py#L35

Added line #L35 was not covered by tests

Check warning on line 48 in glue_plotly/html_exporters/base_save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/base_save_hover.py#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 50 in glue_plotly/html_exporters/base_save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/base_save_hover.py#L50

Added line #L50 was not covered by tests

Check warning on line 65 in glue_plotly/html_exporters/base_save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/base_save_hover.py#L65

Added line #L65 was not covered by tests

Check warning on line 78 in glue_plotly/html_exporters/base_save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/base_save_hover.py#L78

Added line #L78 was not covered by tests

Check warning on line 20 in glue_plotly/html_exporters/jupyter/image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/image.py#L20

Added line #L20 was not covered by tests

Check warning on line 22 in glue_plotly/html_exporters/jupyter/image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/image.py#L22

Added line #L22 was not covered by tests

Check warning on line 24 in glue_plotly/html_exporters/jupyter/image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/image.py#L24

Added line #L24 was not covered by tests

Check warning on line 27 in glue_plotly/html_exporters/jupyter/image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/image.py#L26-L27

Added lines #L26 - L27 were not covered by tests

Check warning on line 30 in glue_plotly/html_exporters/jupyter/image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/image.py#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 35 in glue_plotly/html_exporters/jupyter/image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/image.py#L35

Added line #L35 was not covered by tests

Check warning on line 43 in glue_plotly/html_exporters/jupyter/image.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/image.py#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 28 in glue_plotly/html_exporters/jupyter/save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/save_hover.py#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 31 in glue_plotly/html_exporters/jupyter/save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/save_hover.py#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 34 in glue_plotly/html_exporters/jupyter/save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/save_hover.py#L33-L34

Added lines #L33 - L34 were not covered by tests

Check warning on line 36 in glue_plotly/html_exporters/jupyter/save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/save_hover.py#L36

Added line #L36 was not covered by tests

Check warning on line 38 in glue_plotly/html_exporters/jupyter/save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/save_hover.py#L38

Added line #L38 was not covered by tests

Check warning on line 43 in glue_plotly/html_exporters/jupyter/save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/save_hover.py#L41-L43

Added lines #L41 - L43 were not covered by tests

Check warning on line 47 in glue_plotly/html_exporters/jupyter/save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/save_hover.py#L47

Added line #L47 was not covered by tests

Check warning on line 49 in glue_plotly/html_exporters/jupyter/save_hover.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

glue_plotly/html_exporters/jupyter/save_hover.py#L49

Added line #L49 was not covered by tests