-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbar-chart-overlapping.json
More file actions
119 lines (119 loc) · 3.41 KB
/
bar-chart-overlapping.json
File metadata and controls
119 lines (119 loc) · 3.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"strings": {
"legendTitle": "Roadblocks Critical to Success of the Data & Analytics Team"
},
"hasAnimations": true,
"descriptions": {
"legend": {
"type": "Legend",
"name": "legend",
"orientation": "Horizontal"
},
"content": {
"type": "DataChart",
"name": "Chart",
"legendRef": "legend",
"axes": [
{
"type": "CategoryYAxis",
"name": "yAxis1",
"label": "Category",
"dataSourceRef": "RoadblocksToSuccess",
"gap": 0.25,
"labelExtent": 0
},
{
"type": "CategoryYAxis",
"name": "yAxis2",
"label": "Category",
"dataSourceRef": "RoadblocksToSuccess",
"gap": 1.0,
"labelHorizontalAlignment": "Right"
},
{
"type": "NumericXAxis",
"name": "xAxis",
"minimumValue": 0,
"maximumValue": 50,
"useEnhancedIntervalManagement": true,
"labelFormat": "{0}%",
"strokeThickness": 2,
"stroke": "gray",
"tickLength": 5
}
],
"series": [
{
"type": "CategoryHighlightLayer",
"name": "CategoryHighlightLayer"
},
{
"type": "BarSeries",
"name": "BarSeries1",
"xAxisRef": "xAxis",
"yAxisRef": "yAxis1",
"title": "Sum of Top 3 Choices",
"valueMemberPath": "TopChoices",
"dataSourceRef": "RoadblocksToSuccess",
"showDefaultTooltip": true,
"isTransitionInEnabled": true,
"isHighlightingEnabled": true,
"markerType": "Hidden"
},
{
"type": "BarSeries",
"name": "BarSeries2",
"xAxisRef": "xAxis",
"yAxisRef": "yAxis2",
"title": "Top Choice",
"valueMemberPath": "FirstChoice",
"dataSourceRef": "RoadblocksToSuccess",
"showDefaultTooltip": true,
"isTransitionInEnabled": true,
"isHighlightingEnabled": true,
"markerType": "Hidden"
},
{
"type": "CalloutLayer",
"name": "CalloutLayer1",
"isAutoCalloutBehaviorEnabled": true,
"allowedPositions": [ "Right" ],
"calloutLeaderBrush": "transparent",
"calloutOutline": "transparent",
"calloutBackground": "transparent",
"calloutTextColor": "black",
"calloutStrokeThickness": 2,
"calloutPaddingTop": 0,
"calloutPositionPadding": 0
},
{
"type": "CalloutLayer",
"name": "CalloutLayer2",
"isAutoCalloutBehaviorEnabled": true,
"allowedPositions": [ "Right" ],
"calloutLeaderBrush": "transparent",
"calloutOutline": "transparent",
"calloutBackground": "transparent",
"calloutTextColor": "black",
"calloutStrokeThickness": 2,
"calloutPaddingTop": 0,
"calloutPositionPadding": 0
},
{
"type": "DataToolTipLayer",
"name": "Tooltips"
}
]
}
},
"modules": [
"charts/LegendModule",
"charts/DataChartAnnotationModule",
"charts/DataChartCoreModule",
"charts/DataChartCategoryCoreModule",
"charts/DataChartCategoryModule",
"charts/DataChartInteractivityModule",
"charts/DataChartVerticalCategoryModule",
"charts/DataChartAnnotationModule"
]
}