Relative Content

Tag Archive for angular3dplotlysynchronizationgraph-visualization

Plotly 3D Graph Sync Issue with 2D Graph in Angular App

I am working on an Angular project where I use Plotly to display both 2D and 3D graphs. I have successfully implemented synchronization from the 3D graph to the 2D graph on hover, where the same coordinates are displayed in both graphs. However, I am encountering an issue when trying to synchronize hover events from the 2D graph to the 3D graph.