forked from microsoft/powerbi-visuals-dotplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpbiviz.json
More file actions
36 lines (36 loc) · 1.41 KB
/
pbiviz.json
File metadata and controls
36 lines (36 loc) · 1.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
{
"visual": {
"name": "DotPlot",
"displayName": "Dot Plot 1.6.0",
"guid": "DotPlot1442374105856",
"visualClassName": "DotPlot",
"version": "1.6.0",
"description": "A dot plot is used to show a representation of the distribution of frequencies. It is most often used to show counts of an occurrence.",
"supportUrl": "https://community.powerbi.com",
"gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-dotplot"
},
"apiVersion": "2.1.0",
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"assets": {
"icon": "assets/icon.png"
},
"externalJS": [
"node_modules/d3/d3.min.js",
"node_modules/lodash/lodash.min.js",
"node_modules/globalize/lib/globalize.js",
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.js",
"node_modules/globalize/lib/cultures/globalize.culture.en-US.js",
"node_modules/powerbi-visuals-utils-typeutils/lib/index.js",
"node_modules/powerbi-visuals-utils-svgutils/lib/index.js",
"node_modules/powerbi-visuals-utils-formattingutils/lib/index.js",
"node_modules/powerbi-visuals-utils-interactivityutils/lib/index.js",
"node_modules/powerbi-visuals-utils-colorutils/lib/index.js",
"node_modules/powerbi-visuals-utils-chartutils/lib/index.js",
"node_modules/powerbi-visuals-utils-tooltiputils/lib/index.js"
],
"style": "style/visual.less",
"capabilities": "capabilities.json"
}