-
Notifications
You must be signed in to change notification settings - Fork 9
/
pbiviz.json
26 lines (26 loc) · 1.09 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
{
"visual": {
"name": "playAxis",
"displayName": "Play Axis",
"guid": "PBI_CV_16948668_E17D_454B_8664_2F2C470EA8C1_DEV",
"visualClassName": "Visual",
"version": "1.1.9",
"description": "Play axis that works like a dynamic slicer, animating other visuals. It has controls like play, pause, stop, previous and next, allowing a report and its visuals to play without user interaction. This visual accepts any parameter to be played and has some settings like colours, font size and transition options, to be customized by the user. This component was developed at Analytics & Data Science Department of São João Hospital (Porto, Portugal).",
"supportUrl": "https://github.com/mprozil/PlayAxis/issues",
"gitHubUrl": "https://github.com/mprozil/PlayAxis"
},
"apiVersion": "1.11.0",
"author": {
"name": "Margarida Prozil",
"email": "[email protected]"
},
"assets": {
"icon": "assets/icon.png"
},
"externalJS": [
"node_modules/d3/d3.js"
],
"style": "style/visual.less",
"capabilities": "capabilities.json",
"dependencies": "dependencies.json"
}