widgets JSON

The widgets section defines the widgets that appear in the dashboard. Each widget has a name.

Example

"widgets": {
	"text_1": {
		"parameters": {
			"fontSize": 20,
			"text": "Grouping",
			"textAlignment": "center",
			"textColor": "#091A3E"
		},
		"type": "text"
	},
	"pillbox_1": {
		"parameters": {
			"compact": false,
			"exploreLink": false,
			"step": "StaticSAQLMinRanges"
		},
		"type": "pillbox"
	},
	"chart_1": {
		"parameters": {
			"autoFitMode": "fit",
			"showValues": true,
			"legend": {
				"showHeader": true,
				"show": true,
				"position": "right-top",
				"inside": false
			},
			"axisMode": "multi",
			"visualizationType": "hbar",
			"exploreLink": true,
			"title": {
				"label": "",
				"align": "center",
				"subtitleLabel": ""
			},
			"trellis": {
				"enable": false,
				"type": "x",
				"chartsPerLine": 4
			},
			"measureAxis2": {
				"showTitle": true,
				"showAxis": true,
				"title": ""
			},
			"measureAxis1": {
				"showTitle": true,
				"showAxis": true,
				"title": ""
			},
			"theme": "wave",
			"step": "Account_BillingCount_1",
			"dimensionAxis": {
				"showTitle": true,
				"showAxis": true,
				"title": ""
			}
		},
		"type": "chart"
	}
}