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.
Nice! These look good to me!
b7a3117 to
2f80d5c
Compare
| @@ -0,0 +1 @@ | |||
| ../../../Charts No newline at end of file | |||
There was a problem hiding this comment.
Just curious: what's this file doing?
There was a problem hiding this comment.
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.
Removing it locally doesn't seem to change the next line examples from what I can tell 🤔
There was a problem hiding this comment.
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.
My questions around the charts symlink aside this looks great.
Really cool stuff 💪
6f3e235 to
778a5fd
Compare
Created
SankeyandLinecharts, based on Apache ECharts.Note the
Linechart 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