Forum Discussion
swaroopkumarmg
4 years agoHelper II
HTML file to a visual
Hello there, i have a sunburst chart created using Plotly - Python, i have no knowledge of R. i was able to create an HTML file of this sunburst chart from python and save it on my local system. ...
RayWu
4 years agoMemorable Member
swaroopkumarmg Why not use Plotly custom visual it's much easier and able to run on a power bi online service.
Generally, python,D3 has limited libraries supported via power bi, and even if it works on desktop, the chance of running on power bi online service is unlikely. You would be better off using the plotly custom visual as it's quite powerful - it's a replicate of the plotly studio.
swaroopkumarmg
3 years agoHelper II
Yes i tried it, it works with Scatter, bar, line.. almost everything. but specifically need sunburst and it's not plotting anything.
data I have is Category, subcategory, subsubcategory, productID and sales quantity.
let me know if im doing anything wrong