Strippets Browser custom visual for PowerBI
Перейти к файлу
David Tittsworth c27efbdbc7
Merge pull request #119 from Demonkratiy/patch-1
fix fetchAPIObject for new API compatibility
2022-09-08 19:46:51 -07:00
.circleci [SECURITY] update vulnerable deps 2019-06-12 16:25:38 -04:00
assets OSS commit 2017-01-16 17:10:47 -05:00
bin fix fetchAPIObject for new API compatibility 2022-02-11 15:00:53 +03:00
certs [COMPLIANCE] add comment to private key 2017-12-19 13:22:21 -05:00
lib/@uncharted [CI] add missing files 2019-06-12 16:33:25 -04:00
src [SECURITY] update vulnerable deps 2019-06-12 16:25:38 -04:00
style [bugfix] thumbnails changes had broken the moreDataLoader alignment 2017-07-28 17:14:10 -04:00
templates [CSS] remove ID selectors 2017-02-01 14:06:15 -05:00
.gitignore [SECURITY] update vulnerable deps 2019-06-12 16:25:38 -04:00
LICENSE OSS commit 2017-01-16 17:10:47 -05:00
README.md [API] update to API 1.10.0 2018-02-22 17:28:20 -05:00
SECURITY.md Microsoft mandatory file 2022-08-30 09:41:04 +00:00
capabilities.json [CAPABILITIES] Added dummy field to the visual used exclusively for sorting. 2017-02-10 17:45:24 -05:00
karma.conf.js [TSLINT] avoid tslint type info warning during package and test; update dependency 2018-01-05 18:09:40 -05:00
package-lock.json [SECURITY] update vulnerable deps 2019-06-12 16:25:38 -04:00
package.json [SECURITY] update vulnerable deps 2019-06-12 16:25:38 -04:00
pbiviz.json [PBI] At PBI request, remove (experimental) from author field 2018-10-04 15:21:44 -04:00
privacy_terms.md OSS commit 2017-01-16 17:10:47 -05:00
tsconfig.json [API] update to API 1.10.0 2018-02-22 17:28:20 -05:00
tslint.json [SECURITY] update MS tslint config & deal with the consequences 2018-01-04 13:18:01 -05:00
webpack.config.js [API] update to API 1.10.0 2018-02-22 17:28:20 -05:00

README.md

CircleCI

Strippet Browser Custom Visual

Alt text

Debugging

  1. Install ssl certificate by running npm run install-certificate and following the steps from: https://github.com/Microsoft/PowerBI-visuals/blob/master/tools/CertificateSetup.md
  2. Enable Developer Tools in PowerBI: https://github.com/Microsoft/PowerBI-visuals/blob/master/tools/DebugVisualSetup.md
  3. Run npm start to start development.

Building

  1. Run npm install to download the dependencies.
  2. Run npm run package to package the visual.

A .pbiviz file will be generated in the dist folder

Testing

Run npm test