3D Surface plotly date axis not rendered correctly in shiny

Hi, I'm having some problems rendering axis date correctly in python shiny with plotly surface plots.
Find here an example in shiny playground.

I also tried to explicitly do a

fig.update_layout(
            scene=dict(
                xaxis=dict(
                    type="date",
                    tickformat='%Y'
                )
            )

Note that same exact code works if I render the figure with fig.show()

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.