You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/08/20 04:18:18 UTC

[GitHub] williaster commented on issue #5667: [SIP-4] [Embeddable Charts] Create Superset JS Client

williaster commented on issue #5667: [SIP-4] [Embeddable Charts] Create Superset JS Client 
URL: https://github.com/apache/incubator-superset/issues/5667#issuecomment-414193148
 
 
   @tiffon good question. 
   
   we already support embedding charts (and dahsboards) with an iframe via a `url?standalone=true` flag. we've customized the queries of these charts with some success, but it doesn't allow for a pattern where you might want to expose vis controls easily. you could do this within the Superset code with url parameters but that adds more complexity. 
   
   instead we'd like to introduce modular data providers (for data sources and queries) and embeddable charts to enable greater flexibility in apps which hope to leverage the Superset backend. you could imagine wanting to build a complex visualization in another web app, but wanting to leverage Superset data to power it. This would also support that use case.
   
   finally, we also expect that the modularity that's enforced by this approach will also greatly reduce coupled code/related bugs.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org