File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
_posts/plotly_js/chart-events/events Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
The update emitted with `plotly_restyle` is similar across plot types and includes an array containing an object of the newly updated
12
12
attributes and an array of the trace numbers that were updated.
13
13
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.
15
15
For 3D plots, [`layout.scene.camera`](https://plot.ly/javascript/reference/#layout-scene-camera) data is similarly emitted.
16
16
See the full structures below:
17
17
---
60
60
z: 1
61
61
}
62
62
}
63
- }
63
+ }
You can’t perform that action at this time.
0 commit comments