diff --git a/_posts/reference_pages/2016-06-03-plotly_js_function_ref.html b/_posts/reference_pages/2016-06-03-plotly_js_function_ref.html index 605b1275a..84cc8264b 100644 --- a/_posts/reference_pages/2016-06-03-plotly_js_function_ref.html +++ b/_posts/reference_pages/2016-06-03-plotly_js_function_ref.html @@ -119,7 +119,7 @@

Plotly.restyle

This function has comparable performance to Plotly.react and is faster than redrawing the whole plot with Plotly.newPlot.

-An efficient means of changing attributes in the data array in an existing plot. When restyling, you may choose to have the specified changes effect as many traces as desired. The update is given as a single object and the traces that are effected are given as a list of traces indices. Note, leaving the trace indices unspecified assumes that you want to restyle all the traces. +An efficient means of changing attributes in the data array in an existing plot. When restyling, you may choose to have the specified changes affect as many traces as desired. The update is given as a single object and the traces that are affected are given as a list of traces indices. Note, leaving the trace indices unspecified assumes that you want to restyle all the traces.