-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat(#65): add status chart #89
Conversation
d7baa55
to
fd28ed0
Compare
This PR broke storybook, can you give a look on that? |
- add a pie chart from mui chart - add chart legend - add chart regression status
// eslint-disable-next-line no-magic-numbers | ||
const yPositionLabel = 9 / 20; | ||
// eslint-disable-next-line no-magic-numbers | ||
const yPositionDescription = 11 / 20; | ||
const xPosition = left + width / 2; |
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 worries me, do we have a ticket to checkout it out latter?
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.
I can create one
@@ -56,12 +72,41 @@ const TreeDetails = (): JSX.Element => { | |||
<CardsGroup | |||
cards={[ | |||
{ | |||
items: configs ?? [], | |||
title: <FormattedMessage id="treeDetails.buildStatus" />, |
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.
would be hard to memoize the cards array?
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.
done
Description
Related Issues
How to test it
I was having a lot of trouble to connect mui-x-charts with storybook, so I was testing trying to put it in the dashboard. It is possible to test it by replacing the Dashboard HTML for:
Visual reference