Skip to content

Commit f93227c

Browse files
author
bab9e9
authored
Update 2016-06-03-plotly_js_function_ref.html
Change /effect/affect/ because of English usage rules.
1 parent 5e314bb commit f93227c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/reference_pages/2016-06-03-plotly_js_function_ref.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h4 id="plotly-plot"><a href="{{ BASE_URL }}/javascript/plotlyjs-function-refere
119119
<h4 id="plotly-restyle"><a href="{{ BASE_URL }}/javascript/plotlyjs-function-reference/#plotlyrestyle">Plotly.restyle</a></h4>
120120
<em>This function has comparable performance to <a href="#plotlyreact"><code>Plotly.react</code></a> and is faster than redrawing the whole plot with <a href="#plotlynewplot"><code>Plotly.newPlot</code></a>.</em><br /><br />
121121

122-
An efficient means of changing attributes in the <code>data</code> 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 <b>all</b> the traces.
122+
An efficient means of changing attributes in the <code>data</code> 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 <b>all</b> the traces.
123123

124124
<br /><br />
125125
<fieldset class="signatures">

0 commit comments

Comments
 (0)