feat(path): support metric-based color scales & line width by metric#39165
feat(path): support metric-based color scales & line width by metric#39165chaselynisabella wants to merge 9 commits intoapache:masterfrom
Conversation
|
AI Code Review is in progress (usually takes 3 to 15 minutes unless it's a very large PR). |
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/buildQuery.test.ts
Show resolved
Hide resolved
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/controlPanel.ts
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/transformProps.ts
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/transformProps.ts
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/Path.tsx
Outdated
Show resolved
Hide resolved
Code Review Agent Run #493e16Actionable Suggestions - 0Additional Suggestions - 5
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/Path.tsx
Show resolved
Hide resolved
Code Review Agent Run #aafef3Actionable Suggestions - 0Additional Suggestions - 1
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
betodealmeida
left a comment
There was a problem hiding this comment.
This is great! I left a vew minor comments with suggestions on making it a bit more protective, in case we have bad data.
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/Path.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/Path.tsx
Outdated
Show resolved
Hide resolved
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Path/Path.tsx
Outdated
Show resolved
Hide resolved
Code Review Agent Run #942ed1Actionable Suggestions - 0Additional Suggestions - 1
Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
Code Review Agent Run #1afc56Actionable Suggestions - 0Review Details
Bito Usage GuideCommands Type the following command in the pull request comment and save the comment.
Refer to the documentation for additional commands. Configuration This repository uses Documentation & Help |
SUMMARY
The Deck.gl Path visualization now allows users to set line width by a metric value. It also allows users to set the color of paths to a fixed color, color based on categories, or colors based on breakpoint values. These two features follow similar functionality of the Scatterplot visualization.
Linked discussions:
#38134
#38135
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
Users can make and saves changes to the line widths and path colors on the frontend and see the immediate modifications.
ADDITIONAL INFORMATION