-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
32 lines (32 loc) · 1.13 KB
/
package.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
{
"name": "visual",
"displayName": "KPI Indicator",
"version": "2.0.7",
"description": "This visualization is all about visualizing Key Performance Indicators. The status is presented as a color indication, comparing the actual and target values. Deviation is presented as distance in percent of actual from target. The history (trend) is presented as a line or a bar chart. It is up to the user to decide the granularity of the data displayed. Any dimension attributes can be used, but it’s recommended to stick to the ones in your date dimension.",
"author": {
"name": "Fredrik Hedenström",
"email": "fredrik.hedenstrom@outlook.com"
},
"repository": {
"type": "git",
"url": "https://github.com/fredrikheden/kpiindicator"
},
"keywords": [
"powerbi-visuals",
"kpi-indicator"
],
"license": "",
"scripts": {
"postinstall": "npm run typings",
"typings": "node node_modules/typings/dist/bin.js i"
},
"devDependencies": {
"typings": "^1.3.2"
},
"dependencies": {
"d3": "^3.5.5",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"powerbi-visuals-utils-formattingutils": "^0.4.0"
}
}