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(analytics-chart): chart height, legend padding, y-axis hover [MA-2536] #1179

Merged
merged 2 commits into from
Feb 24, 2024

Conversation

mihai-peteu
Copy link
Contributor

@mihai-peteu mihai-peteu commented Feb 22, 2024

@mihai-peteu mihai-peteu changed the title Fix/ma 2536 chart padding yaxis hover fix(analytics-chart): chart height & padding, y-axis hover [MA-2536] Feb 22, 2024
@@ -212,7 +212,7 @@ const axesTooltip = ref<AxesTooltipState>({
top: '0px',
left: '0px',
text: '',
offset: 0,
offset: -50, // Avoids App Shell obstruction
Copy link
Contributor Author

@mihai-peteu mihai-peteu Feb 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is for the app shell overlap fix, it essentially translates the Y-axis tooltip 50px to the right:
https://kongstrong.slack.com/archives/C01RF6STU2F/p1708592869580189

@mihai-peteu mihai-peteu marked this pull request as ready for review February 23, 2024 19:22
@mihai-peteu mihai-peteu requested a review from a team as a code owner February 23, 2024 19:22
@mihai-peteu mihai-peteu changed the title fix(analytics-chart): chart height & padding, y-axis hover [MA-2536] fix(analytics-chart): chart height, legend padding, y-axis hover [MA-2536] Feb 23, 2024
@mihai-peteu mihai-peteu force-pushed the fix/ma-2536-chart-padding-yaxis-hover branch from caad789 to 07f0cdb Compare February 23, 2024 21:40
Copy link
Contributor

@filipgutica filipgutica left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment

@mihai-peteu mihai-peteu merged commit 14aea5b into main Feb 24, 2024
10 checks passed
@mihai-peteu mihai-peteu deleted the fix/ma-2536-chart-padding-yaxis-hover branch February 24, 2024 01:24
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