This repository has been archived by the owner on Apr 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88043a6
commit 9d6a512
Showing
17 changed files
with
4,573 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,8 @@ | ||
# Logs | ||
logs | ||
node_modules | ||
.DS_Store | ||
.tmp | ||
dist | ||
typings | ||
.api | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# Typescript v1 declaration files | ||
typings/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
/coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
os: | ||
- linux | ||
sudo: required | ||
dist: trusty | ||
language: node_js | ||
node_js: | ||
- "7" | ||
install: | ||
- npm install | ||
script: | ||
- npm run package | ||
notifications: | ||
email: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
## 1.0.0 | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
MIT License | ||
Power BI Visualizations | ||
|
||
Copyright (c) Microsoft Corporation. All rights reserved. | ||
Copyright (c) Microsoft Corporation | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
All rights reserved. | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
MIT License | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
# Drilldown player | ||
[![Build Status](https://travis-ci.org/Microsoft/powerbi-visuals-drilldown-player.svg?branch=master)](https://travis-ci.org/Microsoft/powerbi-visuals-drilldown-player) | ||
|
||
> Animates report components like a slicer on autopilot | ||
![screenshot](assets/screenshot_1.jpg) | ||
|
||
# Overview | ||
|
||
The Drilldown Player applies filters or selections to your report components automatically and supports three levels of hierarchy. You can choose to set the Player to start playing automatically when you open a report, as well as to continuously loop through its playback. | ||
|
||
Just import the visual and put the fields you want to cycle through in the Category list and click the Play button. The Player will act like a slicer, filtering or selecting the other visuals on your page based on each field in turn. And if you drill down in the player, it will play through the next level down. | ||
|
||
A political campaign or other team can then use a report page as a continually-cycling “ticker” of what’s going on in their data. | ||
|
||
This visual was built in conjunction with our partner [Gramener](http://gramener.com). | ||
|
||
# Contributing | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,150 @@ | ||
{ | ||
"dataRoles": [ | ||
{ | ||
"displayName": "Category", | ||
"name": "category", | ||
"kind": "Grouping" | ||
} | ||
], | ||
"dataViewMappings": [ | ||
{ | ||
"categorical": { | ||
"categories": { | ||
"for": { | ||
"in": "category" | ||
} | ||
} | ||
} | ||
} | ||
], | ||
"objects": { | ||
"transitionSettings": { | ||
"displayName": "Animation Options", | ||
"properties": { | ||
"autoStart": { | ||
"displayName": "Auto Play", | ||
"type": { | ||
"bool": true | ||
} | ||
}, | ||
"loop": { | ||
"displayName": "Continuous Loop", | ||
"type": { | ||
"bool": true | ||
} | ||
}, | ||
"timeInterval": { | ||
"displayName": "Time in seconds", | ||
"type": { | ||
"integer": true | ||
} | ||
} | ||
} | ||
}, | ||
"colorSelector": { | ||
"displayName": "Control Colors", | ||
"properties": { | ||
"pickedColor": { | ||
"displayName": "Default Color", | ||
"type": { | ||
"fill": { | ||
"solid": { | ||
"color": true | ||
} | ||
} | ||
} | ||
}, | ||
"showAll": { | ||
"displayName": "Show all", | ||
"type": { | ||
"bool": true | ||
} | ||
}, | ||
"playColor": { | ||
"displayName": "Play", | ||
"type": { | ||
"fill": { | ||
"solid": { | ||
"color": true | ||
} | ||
} | ||
} | ||
}, | ||
"pauseColor": { | ||
"displayName": "Pause", | ||
"type": { | ||
"fill": { | ||
"solid": { | ||
"color": true | ||
} | ||
} | ||
} | ||
}, | ||
"stopColor": { | ||
"displayName": "Stop", | ||
"type": { | ||
"fill": { | ||
"solid": { | ||
"color": true | ||
} | ||
} | ||
} | ||
}, | ||
"previousColor": { | ||
"displayName": "Previous", | ||
"type": { | ||
"fill": { | ||
"solid": { | ||
"color": true | ||
} | ||
} | ||
} | ||
}, | ||
"nextColor": { | ||
"displayName": "Next", | ||
"type": { | ||
"fill": { | ||
"solid": { | ||
"color": true | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"captionSettings": { | ||
"displayName": "Enable Caption", | ||
"properties": { | ||
"show": { | ||
"displayName": "Show", | ||
"type": { | ||
"bool": true | ||
} | ||
}, | ||
"captionColor": { | ||
"displayName": "Color", | ||
"type": { | ||
"fill": { | ||
"solid": { | ||
"color": true | ||
} | ||
} | ||
} | ||
}, | ||
"fontSize": { | ||
"displayName": "Text size", | ||
"type": { | ||
"formatting": { | ||
"fontSize": true | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"drilldown": { | ||
"roles": [ | ||
"category" | ||
] | ||
} | ||
} |
Oops, something went wrong.