-
Notifications
You must be signed in to change notification settings - Fork 11
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
Conversation
packages/analytics/analytics-chart/src/components/AnalyticsChart.vue
Outdated
Show resolved
Hide resolved
@@ -212,7 +212,7 @@ const axesTooltip = ref<AxesTooltipState>({ | |||
top: '0px', | |||
left: '0px', | |||
text: '', | |||
offset: 0, | |||
offset: -50, // Avoids App Shell obstruction |
There was a problem hiding this comment.
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
caad789
to
07f0cdb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment
Summary
https://konghq.atlassian.net/browse/MA-2536