Plotly polar chart modebar missing buttons and cannot add by config

Why the polar chart modebar missing so many buttons and can not add by the config paramter?

config['modeBarButtonsToAdd'] = ['drawline',
                                 'drawopenpath',
                                 'drawclosedpath',
                                 'drawcircle',
                                 'drawrect',
                                 'eraseshape'
                                 ]
st.plotly_chart(fig, config=config)