1"steps": {
2 "Amount_1": {
3 "type": "saql",
4 "query": "q = load \"DTC_Opportunity_SAMPLE\";\nq = group q by 'Account_Name';\nq = foreach q generate 'Account_Name' as 'Account_Name', count() as 'count';\nq = order q by 'Account_Name' desc;\nq = limit q 1000;",
5 "useGlobal": true,
6 "numbers": [],
7 "groups": [],
8 "strings": [],
9 "visualizationParameters": {
10 "type": "chart",
11 "parameters": {
12 "visualizationType": "hbar",
13 "autoFitMode": "keepLabels",
14 "theme": "wave",
15 "title": {
16 "label": "",
17 "fontSize": 14,
18 "subtitleLabel": "",
19 "subtitleFontSize": 11,
20 "align": "center"
21 },
22 "showValues": true,
23 "axisMode": "multi",
24 "binValues": false,
25 "bins": {
26 "breakpoints": {
27 "low": 0,
28 "high": 100
29 },
30 "bands": {
31 "low": {
32 "label": "",
33 "color": "#B22222"
34 },
35 "medium": {
36 "label": "",
37 "color": "#ffa500"
38 },
39 "high": {
40 "label": "",
41 "color": "#008000"
42 }
43 }
44 },
45 "dimensionAxis": {
46 "showAxis": true,
47 "showTitle": true,
48 "title": "",
49 "customSize": "auto",
50 "icons": {
51 "useIcons": false,
52 "iconProps": {
53 "column": "",
54 "fit": "cover",
55 "type": "round"
56 }
57 }
58 },
59 "measureAxis1": {
60 "sqrtScale": false,
61 "showAxis": true,
62 "customDomain": {
63 "showDomain": false
64 },
65 "showTitle": true,
66 "title": ""
67 },
68 "measureAxis2": {
69 "sqrtScale": false,
70 "showAxis": true,
71 "customDomain": {
72 "showDomain": false
73 },
74 "showTitle": true,
75 "title": ""
76 },
77 "legend": {
78 "show": true,
79 "showHeader": true,
80 "inside": false,
81 "descOrder": false,
82 "position": "right-top",
83 "customSize": "auto"
84 },
85 "tooltip": {
86 "customizeTooltip": false,
87 "showDimensions": true,
88 "dimensions": "",
89 "showMeasures": true,
90 "measures": "",
91 "showPercentage": true,
92 "showNullValues": true,
93 "showBinLabel": true
94 },
95 "trellis": {
96 "enable": false,
97 "showGridLines": true,
98 "flipLabels": false,
99 "type": "x",
100 "chartsPerLine": 4,
101 "size": [
102 100,
103 100
104 ]
105 },
106 "applyConditionalFormatting": true,
107 "showActionMenu": true
108 }
109 },
110 "label": "Amount_1",
111 "selectMode": "single",
112 "broadcastFacet": true,
113 "receiveFacetSource": {
114 "mode": "all",
115 "steps": []
116 }
117 }
118 },