Is it also possible to show the aggregated values or percentages in the outer boxes in a Plotly treemap

前端 未结 0 1048
心在旅途
心在旅途 2020-12-29 09:25
    import plotly.express as px
    import kaleido
    df = px.data.tips()
    df["all"] = "all" # in order to have a single root node
    fig =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题