Sample Vega-Lite Wrapper as a PowerBi Custom Visual
Перейти к файлу
Dan Marshall 7eebeef14c
Update README.md (#28)
2022-02-17 13:04:15 -08:00
assets initial commit 2017-11-07 12:53:17 -08:00
src update deps (#10) 2020-06-04 21:32:08 -07:00
style initial commit 2017-11-07 12:53:17 -08:00
.gitignore Re-wrote to work with latest Power BI visuals SDK; added latest Vega/… (#8) 2020-06-04 16:33:00 -07:00
.npmignore initial commit 2017-11-07 12:53:17 -08:00
LICENSE Initial commit 2017-11-07 12:46:43 -08:00
README.md Update README.md (#28) 2022-02-17 13:04:15 -08:00
capabilities.json initial commit 2017-11-07 12:53:17 -08:00
package-lock.json Bump follow-redirects from 1.14.7 to 1.14.8 (#26) 2022-02-14 21:56:57 -08:00
package.json Bump vega from 5.13.0 to 5.17.3 (#13) 2021-04-30 16:30:07 -07:00
pbiviz.json Re-wrote to work with latest Power BI visuals SDK; added latest Vega/… (#8) 2020-06-04 16:33:00 -07:00
screenshot.png Add screenshot 2017-11-09 21:23:14 -08:00
tsconfig.json Re-wrote to work with latest Power BI visuals SDK; added latest Vega/… (#8) 2020-06-04 16:33:00 -07:00
tslint.json initial commit 2017-11-07 12:53:17 -08:00

README.md

PowerBi Custom Visual in Vega-Lite

NOTE: This project is now archived. We recommend https://github.com/deneb-viz/deneb as a well maintained replacement for this project.

This project demonstrates how Vega and Vega-Lite can be used in custom visuals in PowerBI. This custom visual is not intended for daily use. Think of it as a hello world for Vega and Vega-Lite in PowerBI custom visuals.

Screenshot

Install

First install necessary dependencies with npm install. Then run npm run cert and follow the instructions at https://github.com/Microsoft/PowerBI-visuals/blob/master/tools/CertificateAddOSX.md.

Run

Run npm start in a terminal.

The open PowerBI with developer mode enabled and create a developer visual.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.