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

cherry-pick(#6204): Fix multiple y axis issues #6253

Merged
merged 1 commit into from
Feb 1, 2023
Merged

Conversation

shefalijoshi
Copy link
Contributor

@shefalijoshi shefalijoshi commented Feb 1, 2023

Issue #6166 #6147

  • Ensure enabling log mode does not reset series that don't belong to that yaxis. propagate both left and right y axes widths so that plots can adjust accordingly

  • Revert code Handle second axis resizing

  • Fixes issue where logMode was getting initialized incorrectly for multiple y axes

  • Get the yAxisId of the series from the model.

  • Address review comments - rename params for readability

  • Fix number of log ticks expected and the tick values since we reduced the number of secondary ticks

  • Fix log plot test

  • Add guard code during destroy

  • Add missing remove callback

* Ensure enabling log mode does not reset series that don't belong to that yaxis.
propagate both left and right y axes widths so that plots can adjust accordingly

* Revert code
Handle second axis resizing

* Fixes issue where logMode was getting initialized incorrectly for multiple y axes

* Get the yAxisId of the series from the model.

* Address review comments - rename params for readability

* Fix number of log ticks expected and the tick values since we reduced the number of secondary ticks

* Fix log plot test

* Add guard code during destroy

* Add missing remove callback
@ozyx ozyx added this to the Target:2.1.6 milestone Feb 1, 2023
@ozyx ozyx changed the title cherry-pick(#6204): Fix multiple y axis issues (#6204) cherry-pick(#6204): Fix multiple y axis issues Feb 1, 2023
@ozyx ozyx enabled auto-merge (squash) February 1, 2023 22:09
@ozyx ozyx self-requested a review February 1, 2023 22:09
@codecov
Copy link

codecov bot commented Feb 1, 2023

Codecov Report

❗ No coverage uploaded for pull request base (release/2.1.6@9656783). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##             release/2.1.6    #6253   +/-   ##
================================================
  Coverage                 ?   54.50%           
================================================
  Files                    ?      607           
  Lines                    ?    26076           
  Branches                 ?     2375           
================================================
  Hits                     ?    14213           
  Misses                   ?    11194           
  Partials                 ?      669           
Flag Coverage Δ *Carryforward flag
e2e-ci 39.49% <0.00%> (?) Carriedforward from 8847c86
e2e-full 51.23% <0.00%> (?) Carriedforward from 8847c86
e2e-stable 49.22% <0.00%> (?)
unit 49.75% <0.00%> (?)

*This pull request uses carry forward flags. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9656783...a6ff8e9. Read the comment docs.

@ozyx ozyx merged commit 97781c2 into release/2.1.6 Feb 1, 2023
@ozyx ozyx deleted the cherry-pick-6204 branch February 1, 2023 22:11
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.

2 participants