Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

Visualizations in GoodData

Visualization may be created in Analytical Designer, which is where users may create visualization on the UI. However, it is possible to create or manager visualization via APIs in GoodData.CN. In this folder, we will go over how to create, manage, or delete visualizations via API calls.

Get the Metadata of a Visualization

After you have created a visualization, either in the Analytical Designer or via APIs. You may find the example in get_visualization.sh.

Delete a visualization

Beside deleting a visualization, you may either delete it in the Analytical Designer or via APIs. If you would like to delete a visualization via API call, you may find the example in delete_visualization.sh.

Create a Visualization via API

You may find the example in create_visualizations.sh. In the example, you will fill in the metadata within content -> buckets array. Within the buckets array, it contains all the attributes, measures, and/or metrics used in the visualization and each element represents each attribute, measure, and/or metric. Each element may consists of localIdentifier, which can simply a random hash number. At last, the visualization type would be defined under visualizationUrl.

Next Step

You may find instruction on adding visualizations to Dashboard.