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

[Model Overview]Fix bug: x axis selection is not kept between tab switch #1607

Merged
merged 4 commits into from
Aug 3, 2022

Conversation

RubyZ10
Copy link
Contributor

@RubyZ10 RubyZ10 commented Aug 3, 2022

Signed-off-by: Ruby Zhu zhenzhu@microsoft.com

Fix bug: x axis selection is not kept between tab switch
Bug 1777708: Model Overview: x axis selection is not kept between tab switch

Description

Repro steps:
in metrics visualizations, update x axis from 'accuracy' to 'F1 score',
switch to 'probability distribution' tab, and switch back,
actual: the x axis changes back to 'accuracy'

expected:
the x axis selection for 'F1 score' is kept during tab switches (we keep y axis selection between tab switches, to be consistent, maybe we should keep x axis selection)

gif before fix
mob1

gif after fix
moa1

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: Ruby Zhu <zhenzhu@microsoft.com>
@RubyZ10 RubyZ10 changed the title Fix bug: x axis selection is not kept between tab switch [Model Overview]Fix bug: x axis selection is not kept between tab switch Aug 3, 2022
@RubyZ10 RubyZ10 enabled auto-merge (squash) August 3, 2022 19:27
@codecov-commenter
Copy link

codecov-commenter commented Aug 3, 2022

Codecov Report

Merging #1607 (86d8c60) into main (9332c03) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1607   +/-   ##
=======================================
  Coverage   88.91%   88.91%           
=======================================
  Files         110      110           
  Lines        5415     5415           
=======================================
  Hits         4815     4815           
  Misses        600      600           
Flag Coverage Δ
unittests 88.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

1 similar comment
@RubyZ10 RubyZ10 merged commit 5f1482d into main Aug 3, 2022
@RubyZ10 RubyZ10 deleted the zhenzhu/mo2 branch August 3, 2022 21:48
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.

5 participants