-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.88 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.88 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
{
"name": "powerbi-visuals-tachometer",
"version": "2.0.1",
"description": "The Tachometer is a flexible gauge that allows you to quickly convey detailed information in a way that can be intuitively understood. Many customizable features are included to configure the look and feel as well as behavior, for example, variable start and end angles, configurable orientation, colors, labels, and axis scale. This is an ideal visual for communicating measures against low, acceptable, and high components such as team performance against targets, error rates, test coverage, and customer satisfaction. \n\nYouTube video description of the visual https://www.youtube.com/watch?v=C3OXdETbS9o \n\nGitHub with detailed descriptions of the 9 capability option groups https://github.com/ChamaraIC/Tachometer/blob/master/README.md\n",
"repository": {
"type": "git",
"url": "git+https://github.com/ChamaraIC/Tachometer.git"
},
"keywords": [
"powerbi-visuals"
],
"author": {
"name": "Indika Chamara Ranasinghe",
"email": "PBISupport@annik.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ChamaraIC/Tachometer/issues"
},
"homepage": "https://github.com/ChamaraIC/Tachometer/blob/master/README.md",
"devDependencies": {
"d3": "3.5.5",
"jquery": "3.1.1",
"lodash": "4.16.2",
"powerbi-visuals-utils-chartutils": "^0.3.0",
"powerbi-visuals-utils-formattingutils": "^0.2.2",
"powerbi-visuals-utils-svgutils": "^0.2.1",
"powerbi-visuals-utils-tooltiputils": "^0.3.0",
"powerbi-visuals-utils-typeutils": "^0.2.1",
"tslint": "4.4.2",
"typings": "2.1.0"
},
"dependencies": {
"powerbi-visuals-utils-chartutils": "^0.3.0",
"powerbi-visuals-utils-formattingutils": "^0.2.2",
"powerbi-visuals-utils-svgutils": "^0.2.1",
"powerbi-visuals-utils-tooltiputils": "^0.3.0",
"powerbi-visuals-utils-typeutils": "^0.2.1"
}
}