Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d673e0

Browse files
authored
Update 2017-01-01-order7_update_data.html
1 parent 376eff0 commit 1d673e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/plotly_js/chart-events/events/2017-01-01-order7_update_data.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
The update emitted with `plotly_restyle` is similar across plot types and includes an array containing an object of the newly updated
1212
attributes and an array of the trace numbers that were updated.
1313

14-
For Cartesian (2D) plots, `plotly_relayout` emits the only the xaxis and yaxis ranges which were directly changed by the triggering event.
14+
For Cartesian (2D) plots, `plotly_relayout` emits only the xaxis and yaxis ranges which were directly changed by the triggering event.
1515
For 3D plots, [`layout.scene.camera`](https://plot.ly/javascript/reference/#layout-scene-camera) data is similarly emitted.
1616
See the full structures below:
1717
---
@@ -60,4 +60,4 @@
6060
z: 1
6161
}
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)