deephaven / web-client-ui

Deephaven Web Client UI
Apache License 2.0
29 stars 31 forks source link

Spacing issue on chart panel tooltip #1569

Closed mattrunyon closed 1 year ago

mattrunyon commented 1 year ago

Description

The panel tooltip for ChartPanel has a spacing issue. This is apparent on both the DH plotting charts and plotly express charts (which just renders a ChartPanel)

image

image

Steps to reproduce

  1. Create a chart
  2. Hover the tab of the chart to get the tooltip

Expected results

  1. Properly spaced tooltip

Actual results

  1. Improperly spaced tooltips

Versions

vbabich commented 1 year ago

Will be refactored in widget changes/deephaven.ui.

mattrunyon commented 1 year ago

Should we leave this and the other chart issue open until they're recfactored then? I don't think they will be fixed by a refactor necessarily.