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
v-viig
Community Champion
8 years agoCan you share a screenshot? Have you filled all of required data fields?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
arashaga
Helper I
8 years agoBelow is the screenshot. It does get the data but it's just now showing the chart.
also this is the link to the source and json files
https://github.com/arashaga/barchart
Thank you very much,