この文章は Salesforce 機械翻訳システムを使用して翻訳されました。詳細はこちらをご参照ください。
英語に切り替える

widgets

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}

Classic デザイナダッシュボードのウィジェット

1"widgets": {
2	"chart_1": {
3		"type": "chart",
4		"position": {
5			"zIndex": 3,
6			"x": 10,
7			"y": 80,
8			"w": 500,
9			"h": 300
10		},
11		"parameters": {
12			"step": "Match_Status_3",
13			"legend": true,
14			"visualizationType": "pie"
15		}
16	},
17	"text_1": {
18		"type": "text",
19		"position": {
20			"zIndex": 4,
21			"x": 0,
22			"y": 10
23		},
24		"parameters": {
25			"text": "We took a look at your current accounts and \ncontacts and found the following matches below",
26			"textAlignment": "left"
27		}
28	},
29	"number_3": {
30		"type": "number",
31		"position": {
32			"zIndex": 5,
33			"x": 510,
34			"y": 90,
35			"w": 550
36		},
37		"parameters": {
38			"step": "all_4",
39			"measureField": "count",
40			"title": "Accounts and Contacts from your org were analyzed",
41			"fontSize": 42,
42			"textAlignment": "left"
43		}
44	},
45	"chart_2": {
46		"type": "chart",
47		"position": {
48			"zIndex": 7,
49			"x": 10,
50			"y": 440,
51			"w": 500,
52			"h": 490
53		},
54		"parameters": {
55			"step": "SIC_Desc_Match_Status_5",
56			"visualizationType": "hbar"
57		}
58	},
59	"text_3": {
60		"type": "text",
61		"position": {
62			"zIndex": 8,
63			"x": 10,
64			"y": 390
65		},
66		"parameters": {
67			"text": "What does this look like by SIC ?"
68		}
69	},
70	"chart_3": {
71		"type": "chart",
72		"position": {
73			"zIndex": 10,
74			"x": 520,
75			"y": 240,
76			"w": 500,
77			"h": 300
78		},
79		"parameters": {
80			"step": "Match_Status_6",
81			"visualizationType": "hbar"
82		}
83	},
84	"text_4": {
85		"type": "text",
86		"position": {
87			"zIndex": 11,
88			"x": 500,
89			"y": 200
90		},
91		"parameters": {
92			"text": "What's the value of these to you?"
93		}
94	},
95	"chart_4": {
96		"type": "chart",
97		"position": {
98			"zIndex": 12,
99			"x": 530,
100			"y": 440,
101			"w": 500,
102			"h": 300
103		},
104		"parameters": {
105			"step": "SIC_Desc_7",
106			"sqrt": true,
107			"visualizationType": "vbar"
108		}
109	},
110	"text_5": {
111		"type": "text",
112		"position": {
113			"zIndex": 13,
114			"x": 520,
115			"y": 390
116		},
117		"parameters": {
118			"text": "Where do you make your money today?"
119		}
120	},
121	"text_6": {
122		"type": "text",
123		"position": {
124			"zIndex": 16,
125			"x": 1050,
126			"y": 20
127		},
128		"parameters": {
129			"text": "The future of data..."
130		}
131	}
132}