Forum Discussion
arashaga
Helper I
8 years agosample barchart application runs but it's blank
I can run the sample barchart from here without errors but whe I test it, it only shows the texts of field that I choose and does not show the barcharts. Also, i tried that debugger and @logexception...
- 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
arashaga
Helper I
8 years agoThank 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-viig
Community Champion
8 years agoThere'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