-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
fixing a few bugs with tool tip overflow #87
Merged
mistercrunch
merged 1 commit into
apache:master
from
bradmbaker:brad_adding_js_to_allow_overflow_to_actually_work
Dec 17, 2015
Merged
fixing a few bugs with tool tip overflow #87
mistercrunch
merged 1 commit into
apache:master
from
bradmbaker:brad_adding_js_to_allow_overflow_to_actually_work
Dec 17, 2015
+10
−3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Awesome. I have to admit that I spent a good hour or so trying to fix this before without success... Good work! |
mistercrunch
added a commit
that referenced
this pull request
Dec 17, 2015
…ow_to_actually_work fixing a few bugs with tool tip overflow
hughhhh
referenced
this pull request
in lyft/incubator-superset
Apr 1, 2018
Ops has optimized on the amount of workers we should have based upon our orca .sls. We should follow this pattern and allow this to updated based upon what ops likes Where grain is set: https://github.com/lyft/salt/blob/1308c64f5ab9ae5f735f6e404e6e3aa16a87ab37/salt/grains/core.py#L90-L140 @lyft/command-center @mistercrunch @amalakar @betodealmeida
john-bodley
added a commit
to john-bodley/superset
that referenced
this pull request
Aug 15, 2018
Cherry-pick(s): Bugfix multi-line chart and icon + unit test
NejcZdovc
added a commit
to blotoutio/superset
that referenced
this pull request
Apr 16, 2021
graceguo-supercat
pushed a commit
to graceguo-supercat/superset
that referenced
this pull request
Oct 4, 2021
* update version in package template * change only first letter to uppercase * update template * add language choice
zhaoyongjie
referenced
this pull request
in zhaoyongjie/incubator-superset
Nov 17, 2021
* update version in package template * change only first letter to uppercase * update template * add language choice
zhaoyongjie
referenced
this pull request
in zhaoyongjie/incubator-superset
Nov 24, 2021
* update version in package template * change only first letter to uppercase * update template * add language choice
zhaoyongjie
referenced
this pull request
in zhaoyongjie/incubator-superset
Nov 25, 2021
* update version in package template * change only first letter to uppercase * update template * add language choice
zhaoyongjie
referenced
this pull request
in zhaoyongjie/incubator-superset
Nov 26, 2021
* update version in package template * change only first letter to uppercase * update template * add language choice
NejcZdovc
added a commit
to blotoutio/superset
that referenced
this pull request
Feb 28, 2022
NejcZdovc
added a commit
to blotoutio/superset
that referenced
this pull request
Nov 8, 2022
mistercrunch
added
🏷️ bot
A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels
🚢 0.7.0
labels
Feb 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@mistercrunch
this fixes a few issues with the tooltips that were introduced with my last change.
Specifically, it makes the tooltips flow over elements to their right by setting the z-index of more left columns in the dashboard thus the tooltip will always flow over the more right elements.
It also scales the charts in the dashboard down 5% so there is no bleeding out of the bottom.