Closed jnumainville closed 1 month ago
Attention: Patch coverage is 5.88235%
with 32 lines
in your changes missing coverage. Please review.
Project coverage is 46.57%. Comparing base (
229adf0
) to head (5732603
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
packages/chart/src/Chart.tsx | 0.00% | 28 Missing :warning: |
packages/chart/src/ChartModel.ts | 33.33% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adds new events that enable render-blocking overlays to the chart. The current error pop-up is not sufficient because it still allows the chart to render. This is problematic in the case of webgl because disabling webgl means we don't want the chart rendering at all in case the computer can't handle it.
This is specifically built with https://github.com/deephaven/deephaven-plugins/issues/612 in mind.
Here is an example of the pop-up as implemented in https://github.com/deephaven/deephaven-plugins/pull/934