Socket
Socket
Sign inDemoInstall

powerbi-api-helper

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    powerbi-api-helper

Power BI Custom Visual API helper module for easy transition from the old API to the new version.


Version published
Weekly downloads
1
Maintainers
1
Install size
290 kB
Created
Weekly downloads
 

Readme

Source

PowerBI-API-Helper

With the introduction of the new Power BI API for custom visuals (https://github.com/Microsoft/PowerBI-visuals) not all features/functions/... are migrated from the old version to the new version.

With this package I try to include as many of these 'missing' features to help migrating to the new API.

Most code (99%) is copied directly from the Power BI core visuals repository (https://github.com/Microsoft/PowerBI-visuals-core). Only small minor changes are allowed, like removing reference links

Main goal

An empty package as all missing features are included in the new API :-)

Usage

Via NPM

npn install powerbi-api-helper

Add reference to Power BI Custom Visual tsconfig.json in the section files

"node_modules/powerbi-api-helper/index.d.ts"

Requirements

Install typings via npm

npm install typings -g

And after install typings for jquery, d3 and lodash:

typings install --save --global dt~jquery
typings install --save --global dt~d3
typings install --save --global dt~lodash

Missing feature?

If you have a missing feature? Please either submit an issue or fork and create a PR.

Keywords

FAQs

Last updated on 13 Oct 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc