Forum Discussion
navandrea
8 years agoNew Member
powerbi-visuals-linedotchart compile error
Hello, I'm trying using powerbi-visuals-linedotchart project, I've installed every component (typescript, d3, ...) but when I launch it I've these errors C:\PowerBI-visuals-master\powerbi-visuals...
v-viig
8 years agoCommunity Champion
Please follow these steps below to build Linedot Chart locally:
- git clone [email protected]:Microsoft/powerbi-visuals-linedotchart.git
- cd powerbi-visuals-linedotchart
- npm i
- npm start (starts development server)
- npm run package (builds a pbiviz package)
We use npm commands instead of global pbiviz since it allows to use the local version of pbiviz instead of global one.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals