PowerBI Facet Key custom visual
Перейти к файлу
David Tittsworth f36fa0086b
Merge pull request #124 from microsoft/users/GitHubPolicyService/7c6e3612-f2be-44ea-92c4-0c5f7bc11389
Adding Microsoft SECURITY.MD
2023-08-07 09:03:09 -07:00
.circleci [CI] lift branch restriction so PRs can pass 2018-07-18 15:02:57 -04:00
assets Initial commit 2016-10-24 15:47:02 -04:00
bin Updated scripts and dependencies 2019-07-03 19:08:06 -04:00
lib/@uncharted.software/stories-facets Removed unnecessary files 2019-07-03 19:19:49 -04:00
src Switchd to use lodash modules instead of including entire library 2018-09-10 17:08:04 -04:00
style Style change to selected sparkline 2017-07-04 16:52:15 +02:00
.gitignore Updated gitignore 2019-07-03 19:20:12 -04:00
LICENSE Updated licenses 2016-12-21 15:31:12 -05:00
README.md Updated package.json and readme 2019-07-03 19:14:51 -04:00
SECURITY.md Microsoft mandatory file 2023-06-12 19:08:11 +00:00
capabilities.json Fixed typo and grammer 2017-06-13 14:32:21 -04:00
karma.conf.js [DEPS] upgrade lodash to match PBI; version bump 2018-09-06 17:25:39 -04:00
package-lock.json Updated package.json and readme 2019-07-03 19:14:51 -04:00
package.json Bump up version 2019-07-09 14:46:33 -04:00
pbiviz.json [PBI] At PBI request, remove (experimental) from author field 2018-10-04 16:59:50 -04:00
privacy_terms.md Added pricacy terms 2016-12-21 18:31:23 -05:00
tsconfig.json [COMPLIANCE] WIP on adopting latest MS tslint settings: fix build. TODO: class 2018-01-08 11:38:53 -05:00
tslint.json [COMPLIANCE] WIP on adopting latest MS tslint settings 2018-01-05 09:11:16 -05:00
webpack.config.js Switchd to use lodash modules instead of including entire library 2018-09-10 17:08:04 -04:00

README.md

CircleCI

Facet Key Powerbi Custom Visual

Alt text

Install

  • Run npm install

Debugging

Building

  • Run npm run package to package the visual.
  • .pbiviz file will be generated in the dist folder

Testing

  • Run npm test