DEV Community

Discussion on: Stacked and Grouped Bar Charts Using Plotly (Python)

Collapse
 
nyck33 profile image
Nobutaka Kim

This worked perfectly in Jupyter Notebooks but I'm trying to return the fig in a Dash Plotly callback. Right now, it is not appearing. Do you have any tips?

Collapse
 
fronkan profile image
Fredrik Sjöstrand

Hello!
I haven't actually used dash myself before. I was able to get this up and running using the example in the documentation here: dash.plotly.com/layout. Swapping out their variable fig for the fig variable used in this post. It seems to work. Are you encountering some other issues?