This documentation is for an older version of GoodData.
Go to the latest version of this article.
sdk.VisualizationService
Visualization Service allows retrieval of visualizations from a local GD workspace.
The visualizations are returned as instances of Visualization, which allows convenient introspection and necessary functions to convert the visualization into a form where it can be sent for computation. Note: the visualizations are created using GD Analytical Designer or using GoodData.UI SDK. They are stored as visualization objects with a free-form body. This body is specific for AD & SDK. The Visualization wrapper exists to take care of these discrepancies.
Properties
NoneMethods
Name | Description |
---|---|
get_visualization ( workspace_id: str, visualization_id: str, timeout: int | float | tuple ) | Gets a single visualization from a workspace. |
get_visualizations ( workspace_id: str ) | Gets all visualizations for a workspace. |