Forum Discussion
Anonymous
6 years agoNot applicable
D3.js visual does not render the chart.
I tried to render D3.js visual code into Power BI, but it does not render any chart. Can anybody help this issue ? This is my code. var margin = {top: 20, right: 20, bottom: 20, left: 2...
jppp
6 years agoContinued Contributor
Hi Anonymous ,
Did you add colums to the data fields? And do they have the same name as you use in your code (forecast_rfs, mod_sap)?
You can take a look at the 'PBI object' (icon with two cubes in the edit mode) on how the data is pushed to the visual.
Alternative you can use 'console.log' to write debug info to the console of the developer tools to see what is happening.
-JP
Anonymous
6 years agoNot applicable
Thank you for your reply. Yes, all the columns have the same name as in my code. But still it does not render.
- jppp6 years agoContinued Contributor
Hi Anonymous ,
Is it possible to share the report with me? You can send it to [email protected].
Thanks, Jan Pieter