-
Notifications
You must be signed in to change notification settings - Fork 370
Sankey chart (1 of 2) #11616
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
Sankey chart (1 of 2) #11616
Conversation
Preview: https://patternfly-react-pr-11616.surge.sh A11y report: https://patternfly-react-pr-11616-a11y.surge.sh |
1eef77e
to
9f62631
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.
Nice! These look good to me!
b7a3117
to
2f80d5c
Compare
@@ -0,0 +1 @@ | |||
../../../Charts |
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.
Just curious: what's this file doing?
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 a soft link for docs. Specifically, so the build can find ChartsDoc
for the "React next" example.
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.
Removing it locally doesn't seem to change the next line examples from what I can tell 🤔
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.
Removed the soft link. I discovered how to use a relative path with propComponents
9bf5623
to
1f84f4f
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.
My questions around the charts symlink aside this looks great.
Really cool stuff 💪
6f3e235
to
778a5fd
Compare
Created
Sankey
andLine
charts, based on Apache ECharts.Note the
Line
chart was added to help nail-down some boilerplate features such as theme colors and properties, custom legend tooltips, and skeletons. This should make it easier to add more ECharts (e.g.,Bar
) in the future.Sankey chart (2 of 2): #11622 (doc updates only)
Closes: #10817