Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to create a venn diagram visual in Power BI using D3.js. I have Found one running example of venn Diagram (https://github.com/benfred/venn.js/). But I am experiencing some issues in using some methods of this javascript file in our typescript file. We have already created a typescript file for this venn diagram js file so that we can use methods of js file in our visual.ts file.

Below is one method which is giving error d3.select("#venn").datum(getSetIntersections()).call(chart);

If anyone can help me with this or provide any running example of venn Diagram custom visual in powerbi would be greatly appreciated.

What I have tried:

I have setup custom visual template with the help of link(GitHub - Microsoft/PowerBI-visuals: Documentation for creating visuals for Power BI[^]).
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900