I want to write code instead of using the GUI to create the charts.
So far I have dabbed my feet with Dash and when I tried to use some sample piechart code from Plotly, the graph gets generated on the plotly server whereas I want it to run on Dash.
Can someone point me to a sampler code for PieChart construction on Dash?
Also curious to know if there is a way to have Plotly send the piechart to Dash’s server instead of sending it to Plotly’s server.