-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpbiviz.json
36 lines (36 loc) · 1.62 KB
/
pbiviz.json
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": "BoxWhisker(JanPieter)",
"displayName": "Box and Whisker chart",
"guid": "BoxWhiskerChart1455240051538",
"visualClassName": "BoxWhiskerChart",
"version": "2.1.0",
"description": "Visualize a dataset as a box and whisker chart. A box and whisker chart shows basic statistical information of a dataset: the 1st and 3rd quartile (box), the median (line), the mean (dot) and dependent of the type either the minimum and maximum value of all values or between the 1.5x interquartile range [IQR] (whiskers).",
"supportUrl": "https://azurebi.jppp.org/box-and-whisker-chart/",
"gitHubUrl": "https://github.com/liprec/powerbi-boxWhiskerChart"
},
"apiVersion": "1.9.0",
"author": {
"name": "Jan Pieter Posthuma",
"email": "mail@jppp.org"
},
"assets": {
"icon": "assets/BoxWhisker.png"
},
"externalJS": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/d3/d3.min.js",
"node_modules/lodash/lodash.js",
"node_modules/globalize/lib/globalize.js",
"node_modules/globalize/lib/cultures/globalize.culture.en-US.js",
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.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-tooltiputils/lib/index.js"
],
"style": "style/visual.less",
"capabilities": "capabilities.json"
}