-
Notifications
You must be signed in to change notification settings - Fork 660
fix: load embed chart on generate & copy URL action in embed settings #19397
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
fix: load embed chart on generate & copy URL action in embed settings #19397
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
764abe3 to
a7ce129
Compare
|
Your preview environment pr-19397 has been deployed with errors. |
Preview Environment🌐 URL: https://lightdash-preview-pr-19397.lightdash.okteto.dev 📋 Logs: View in GCP Console 🔧 SSH: |
a7ce129 to
2ddb2b8
Compare
0a63501 to
2ce9c45
Compare
2ddb2b8 to
df5b5e0
Compare
2ce9c45 to
26da9e5
Compare
df5b5e0 to
b24822b
Compare
26da9e5 to
56a6883
Compare
stevelikesmusic
left a comment
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.
Legend. THANK YOU for building this. One comment on how we source the chartUuid.
Not in this PR, but would we be able to have a preview for charts as well from the admin similar to dashboards?
stevelikesmusic
left a comment
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.
56a6883 to
2909d34
Compare
b24822b to
fb26627
Compare
fb26627 to
64da989
Compare
|
on it @stevelikesmusic |
64da989 to
21ad70c
Compare
Merge activity
|
# [0.2336.0](0.2335.0...0.2336.0) (2026-01-14) ### Bug Fixes * can view underlying data in non-cartesian tiles if enabled on embedded content ([#19354](#19354)) ([2909d34](2909d34)) * creating charts from editing doesn't respect tabs ([#19430](#19430)) ([39ce72f](39ce72f)) * filter dashboard parameters by active tab tiles (V2) ([#19431](#19431)) ([096f847](096f847)) * load embed chart on generate & copy URL action in embed settings ([#19397](#19397)) ([fb839f6](fb839f6)) ### Features * populate SQL for additional metrics in Slack artifact blocks ([#19435](#19435)) ([c3fee67](c3fee67))
|
🎉 This PR is included in version 0.2336.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |



Closes: #ISSUE_NUMBER
Description:
Added support for embedding individual charts with dedicated URLs. This PR creates a new route for embedded charts (
/embed/:projectUuid/chart/:chartUuid) and updates the embed service to generate chart-specific URLs when the content type is a chart.The implementation includes:
This change allows for more granular embedding of specific charts rather than only embedding entire dashboards.