widgets JSON
widgets セクションでは、ダッシュボードに表示されるウィジェットを定義します。各ウィジェットには名前があります。
例
1"widgets": {
2 "text_1": {
3 "parameters": {
4 "fontSize": 20,
5 "text": "Grouping",
6 "textAlignment": "center",
7 "textColor": "#091A3E"
8 },
9 "type": "text"
10 },
11 "pillbox_1": {
12 "parameters": {
13 "compact": false,
14 "exploreLink": false,
15 "step": "StaticSAQLMinRanges"
16 },
17 "type": "pillbox"
18 },
19 "chart_1": {
20 "parameters": {
21 "autoFitMode": "fit",
22 "showValues": true,
23 "legend": {
24 "showHeader": true,
25 "show": true,
26 "position": "right-top",
27 "inside": false
28 },
29 "axisMode": "multi",
30 "visualizationType": "hbar",
31 "exploreLink": true,
32 "title": {
33 "label": "",
34 "align": "center",
35 "subtitleLabel": ""
36 },
37 "trellis": {
38 "enable": false,
39 "type": "x",
40 "chartsPerLine": 4
41 },
42 "measureAxis2": {
43 "showTitle": true,
44 "showAxis": true,
45 "title": ""
46 },
47 "measureAxis1": {
48 "showTitle": true,
49 "showAxis": true,
50 "title": ""
51 },
52 "theme": "wave",
53 "step": "Account_BillingCount_1",
54 "dimensionAxis": {
55 "showTitle": true,
56 "showAxis": true,
57 "title": ""
58 }
59 },
60 "type": "chart"
61 }
62}