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 agoThanks. 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?
v-viig
Community Champion
8 years agoI 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