Forum Discussion
sample 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 decorator acording tot he instruction in the other post and can't get the debuger spit out anything. Can someone please help me how to figure this out? Thanks.
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
12 Replies
- v-viig
Community Champion
Can you share a screenshot? Have you filled all of required data fields?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- arashaga
Helper I
Below 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,
- v-viig
Community Champion
It seems this issue is related to missing \style\visual.less.
Our recommendation is to fork original repo and work with it.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals