c27efbdbc7
fix fetchAPIObject for new API compatibility |
||
---|---|---|
.circleci | ||
assets | ||
bin | ||
certs | ||
lib/@uncharted | ||
src | ||
style | ||
templates | ||
.gitignore | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
capabilities.json | ||
karma.conf.js | ||
package-lock.json | ||
package.json | ||
pbiviz.json | ||
privacy_terms.md | ||
tsconfig.json | ||
tslint.json | ||
webpack.config.js |
README.md
Strippet Browser Custom Visual
Debugging
- 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 - Enable Developer Tools in PowerBI: https://github.com/Microsoft/PowerBI-visuals/blob/master/tools/DebugVisualSetup.md
- Run
npm start
to start development.
Building
- Run
npm install
to download the dependencies. - Run
npm run package
to package the visual.
A .pbiviz
file will be generated in the dist
folder
Testing
Run npm test