-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbar-chart-single-source.json
More file actions
61 lines (61 loc) · 1.58 KB
/
bar-chart-single-source.json
File metadata and controls
61 lines (61 loc) · 1.58 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
{
"strings": {
"legendTitle": "Where Online Shoppers Start Their Search"
},
"hasAnimations": true,
"descriptions": {
"content": {
"type": "DataChart",
"name": "Chart",
"isHorizontalZoomEnabled": false,
"isVerticalZoomEnabled": false,
"axes": [
{
"type": "CategoryYAxis",
"name": "yAxis",
"label": "Shop",
"useEnhancedIntervalManagement": true,
"enhancedIntervalPreferMoreCategoryLabels": true,
"dataSourceRef": "OnlineShoppingSearches",
"isInverted": true,
"gap": 0.5,
"overlap": -0.1
},
{
"type": "NumericXAxis",
"name": "xAxis",
"labelFormat": "{0}%"
}
],
"series": [
{
"type": "CategoryHighlightLayer",
"name": "CategoryHighlightLayer"
},
{
"type": "BarSeries",
"name": "BarSeries1",
"xAxisRef": "xAxis",
"yAxisRef": "yAxis",
"valueMemberPath": "Percent",
"dataSourceRef": "OnlineShoppingSearches",
"showDefaultTooltip": true,
"isTransitionInEnabled": true,
"isHighlightingEnabled": true
},
{
"type": "DataToolTipLayer",
"name": "Tooltips"
}
]
}
},
"modules": [
"charts/DataChartCoreModule",
"charts/DataChartCategoryCoreModule",
"charts/DataChartCategoryModule",
"charts/DataChartAnnotationModule",
"charts/DataChartInteractivityModule",
"charts/DataChartVerticalCategoryModule"
]
}