Plotly trace update slow with a custom property
I’m trying to figure out why is trace.update so slow with a custom property in plotly. Here below is a result of profiling of a function that updates the property “hovertemplate” of a figure created with plotly.subplots.make_subplots(). I’m calling twice trace.update. First time, I’m adding a new property “text” that contains a list of titles … Read more