Danilo de Oliveira

Results 1 comments of Danilo de Oliveira

> Thanks @nicolaskruchten, this worked for me: > > ``` > CUSTOM_HOVERTEMPLATE = "%{customdata[0]}%{customdata[1]}%{customdata[2]}" > fig.update_traces(hovertemplate=CUSTOM_HOVERTEMPLATE) > for frame in fig.frames: > frame.data[0].hovertemplate = CUSTOM_HOVERTEMPLATE > ``` Thanks @MaxGhenis! This...