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
Can you share a screenshot? Have you filled all of required data fields?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- arashaga8 years ago
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-viig8 years ago
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
- arashaga8 years ago
Helper I
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?