Closed dlabrecq closed 1 month ago
In order to support both Victory and Apache ECharts, I'd like make Victory a peer dependency.
I would also like our imports to be: import { Chart } from '@patternfly/react-charts/victory'; import { Sankey } from '@patternfly/react-charts/echarts';
import { Chart } from '@patternfly/react-charts/victory';
import { Sankey } from '@patternfly/react-charts/echarts';
https://github.com/patternfly/patternfly-react/issues/11090
Preview: https://patternfly-react-pr-11091.surge.sh
A11y report: https://patternfly-react-pr-11091-a11y.surge.sh
Your changes have been released in:
Thanks for your contribution! :tada:
In order to support both Victory and Apache ECharts, I'd like make Victory a peer dependency.
I would also like our imports to be:
import { Chart } from '@patternfly/react-charts/victory';
import { Sankey } from '@patternfly/react-charts/echarts';
https://github.com/patternfly/patternfly-react/issues/11090