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

Fix bubble chart render issue due to exception in SidePanel #1941

Merged
merged 2 commits into from
Feb 6, 2023

Conversation

gaugup
Copy link
Contributor

@gaugup gaugup commented Feb 4, 2023

Description

It seems we are missing initialization of context with SidePanel within DatasetExplorer. The causes an exception when trying to access the jointDataset within the context. The fix is to add the initialization of context within the SidePanel class.

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
@gaugup gaugup enabled auto-merge (squash) February 6, 2023 18:09
@gaugup gaugup merged commit e82261d into main Feb 6, 2023
@gaugup gaugup deleted the gaugup/FixBubbleChartRenderProblem branch February 6, 2023 19:44
gaugup added a commit that referenced this pull request Feb 7, 2023
Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
gaugup added a commit that referenced this pull request Feb 7, 2023
* Add more test helper functions in rai_test_utils

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

* Migrate responsibleai tests to use utilities in rai_test_utils - Part 1 (#1937)

* Migrate responsibleai tests to use utilities in rai_test_utils - Part 1

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

* Add create_cancer_data

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

* fix

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

---------

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
Co-authored-by: Roman Lutz <romanlutz13@gmail.com>

* Fix bubble chart render issue due to exception in `SidePanel` (#1941)

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

* fixing strings (#1943)

* Dataset explorer: Propagate number of bins to SDK backend API (#1940)

* Dataset explorer: Propagate number of bins to SDK backend API

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

* Update libs/dataset-explorer/src/lib/ChartView/LargeDataView/getBarOrBoxChartConfig.ts

Co-authored-by: Roman Lutz <romanlutz13@gmail.com>

* Revert "Update libs/dataset-explorer/src/lib/ChartView/LargeDataView/getBarOrBoxChartConfig.ts"

This reverts commit a8b2e42.

---------

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
Co-authored-by: Roman Lutz <romanlutz13@gmail.com>

* Add tests

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>

---------

Signed-off-by: Gaurav Gupta <gaugup@microsoft.com>
Co-authored-by: Roman Lutz <romanlutz13@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants