feat(apollo-react): implement ApSankeyDiagram#119
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🤖 AI Code Review (Claude)Code Review: ApSankeyDiagram ComponentSummaryThis PR introduces a new Code Quality✅ Strengths
|
packages/apollo-react/src/material/components/ap-sankey-diagram/ApSankeyDiagram.tsx
Fixed
Show fixed
Hide fixed
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 92f51de5ce
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
packages/apollo-react/src/material/components/ap-sankey-diagram/ApSankeyDiagram.tsx
Show resolved
Hide resolved
packages/apollo-react/src/visualizations/ap-sankey-diagram/ApSankeyDiagram.tsx
Outdated
Show resolved
Hide resolved
packages/apollo-react/src/material/components/ap-sankey-diagram/ApSankeyDiagram.tsx
Show resolved
Hide resolved
packages/apollo-react/src/visualizations/ap-sankey-diagram/ApSankeyDiagram.tsx
Outdated
Show resolved
Hide resolved
packages/apollo-react/src/visualizations/ap-sankey-diagram/ApSankeyDiagram.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
need to export this in package.json as it's own entry check bellow comment actually
packages/apollo-react/src/material/components/ap-sankey-diagram/ApSankeyDiagram.tsx
Show resolved
Hide resolved
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
packages/apollo-react/src/material/components/ap-sankey-diagram/ApSankeyDiagram.tsx
Fixed
Show fixed
Hide fixed
4983fff to
c061169
Compare
c061169 to
307122d
Compare
packages/apollo-react/src/material/components/ap-sankey-diagram/ApSankeyDiagram.tsx
Fixed
Show fixed
Hide fixed
packages/apollo-react/src/material/components/ap-sankey-diagram/ApSankeyDiagram.tsx
Fixed
Show fixed
Hide fixed
d08d974 to
1c8b01e
Compare
1c8b01e to
173103f
Compare
Overview
This PR introduces a new ApSankeyDiagram component to the Apollo Design System for visualizing flow data. Sankey diagrams are ideal for showing how data moves through
different stages or processes, making them valuable for workflow execution flows, data pipelines, and process analytics.
Features
Core Functionality
Design System Integration
Files Changed
Usage Example
Screen.Recording.2026-01-23.at.3.01.14.PM.mov