Forum Discussion
sample barchart application runs but it's blank
- 8 years ago
There are a few issues in the code:
- /assets/icon.png does not exist
- NPM installs [email protected] but Sample Bar Chart supports [email protected]
- d3.js is not included into a PBIVIZ package (see externalJS property)
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Since this is a JavaScript project all of dependencies are listed in package.json.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Thank you. I totaly understand. Package.json could be specific to the project as well but what I was asking is wether there is a general guideline that says you mustto use d3 3.5.5 or earlier otherwise the visual will not work. Something to that effect for major depencies but again I apreciate your help.
- v-viig8 years ago
Community Champion
There's no recommendation to use specific versions of third party packages.
However, some packages have issues in Power BI context but such issues can be workarounded.
If you face any issues please post an issue at Custom Visuals Community.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals