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.
After you have created a visualization, either in the Analytical Designer or via APIs. You may find the example in get_visualization.sh.
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.
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.
You may find instruction on adding visualizations to Dashboard.