plotly 设置x轴日期的格式 - xd21303/Notebook GitHub Wiki
fig.update_layout(
title={
'text': f'{ylabel}趋势分析',
'y': 0.9,
'x': 0.5},
xaxis_tickformat = '%Y-%m-%d %H:%M')
fig.update_layout(
title={
'text': f'{ylabel}趋势分析',
'y': 0.9,
'x': 0.5},
xaxis_tickformat = '%Y-%m-%d %H:%M')