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
Thanks. I only included the src and json files in there but I matched my less file with the repo and still can't see the chart. Could it be the mismatch of package versions?
I don't think so. Could you please upload the latest code with less file to your GitHub repo?
We'll check it on our end once you upload the latest code.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- arashaga8 years ago
Helper I
I added the less file. below is the link again. Thanks for your help.
https://github.com/arashaga/barchart
- v-viig8 years ago
Community Champion
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
- arashaga8 years ago
Helper I
Thank you. I installed the related packages and it didn't work so I forked the sources from the repo. But I would like to know where in the documnetation states which version of what package we need to use in order to get everything working?