-
Notifications
You must be signed in to change notification settings - Fork 3
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
Dimension description #716
Conversation
ptbrowne
commented
Sep 15, 2022
- feat: Add tooltip for dimension which have descriptions
- feat: Use drop-shadow for arrow to be included in shadow
- feat: Add dimension tooltip in data table
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
LGTM! But I think we are missing the table implementation 😅
e6aff4c
to
17dd441
Compare
Fixed the overflow issue and added the table implementation (along with a refactor to try to clean things up, and have better types). |
17dd441
to
f287d08
Compare
import * as React from "react"; | ||
import React from "react"; |
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.