Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 837 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 837 Bytes

pbiviz-linechart

This is a simple PowerBI Custom Visual to draw a Line Chart. Works with PowerBI Visual Tools v3.x

Install pbiviz package:

npm i -g powerbi-visuals-tools

Clone this repository, and run pbiviz start:

pbiviz start

It should install all required dependencies, but if that's not the case, npm should be fine

npm install

Last, but not least, i recommend to take a look at the following documentation:

Overview-PowerBI Custom Visuals

Migrating to powerbi-visuals-tools 3.x

Developing a Power BI custom visual

🤘 Happy Coding! 🤘