如何垂直对齐Plotly Table单元格内的文本?我可以成功设置高度:
go.Figure(
data=[
go.Table(
cells=dict(
height=50,
)
)
]
)
这看起来糟透了
如何垂直对齐Plotly Table单元格内的文本?我可以成功设置高度:
go.Figure(
data=[
go.Table(
cells=dict(
height=50,
)
)
]
)
这看起来糟透了
1条答案
按热度按时间lf5gs5x21#
我已经搜索了几个论坛,我发现你可以做adding paddingBottom to the styles of the cell或migrating all your table from Plotly to Dash