You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
treemap() has no acees or properties for displaying parent values, even though the values are present in the hover data. I managed to pre-calculate the data and add it into the label property.
treemap() has no acees or properties for displaying parent values, even though the values are present in the hover data. I managed to pre-calculate the data and add it into the label property.
fig = px.treemap(shares_data,


title=tit,
path=['Type', 'Stock'],
values='Holding',
color='Growth',
color_continuous_scale=[(0, "red"), (0.33, "yellow"), (1, "green")]
)
The text was updated successfully, but these errors were encountered: