Export data from embedded analytics?

How can I enable downloading raw data as csv from a visualization as seen within embedded analytics?

This might be what you’re looking for. When embedding, there’s a settings json with an option “enable_export_data” that you need to set to true. There’s an explanation here. Hope that helps!

2 Likes

that worked, thanks!