-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add LegendWidget #91
Add LegendWidget #91
Conversation
This pull request has been linked to Clubhouse Story #123846: Layers / Legend component. |
Block until we review the interface definition and how it interacts with underlying deck.gl |
Pull Request Test Coverage Report for Build 968974825
💛 - Coveralls |
{/* <Tooltip title={'AVG: ' + avg} placement='top' arrow> | ||
<Box className={classes.avg} style={{ bottom: `${avgPerc}%` }} /> | ||
</Tooltip> */} |
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.
Should we remove this commented portion?
max = '≥ ' + max; | ||
} | ||
|
||
// const avgPerc = (avg / (max + min)) * 100; |
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.
same here
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.
Nice work. I did a pair of comments and two very small changes, and I'm gonna land the PR, so we can have a new alpha soon
Story details: https://app.clubhouse.io/cartoteam/story/123846