Is it possible to scroll multiple chart together/simultaneously ?

1 View
Daryl Chavez
Answered 3 months, 1 week ago
<p id="isPasted">It is a super old problem, but I faced it recently, and thought may be helpful to update with my solution.</p><p>What I can suggest is:</p><p>1. Extend both charts/tables to the max width and put them in a container, then the user has only one scroll bar which scrolls both elements.</p><p>2. In my case the values displayed in the table are adjusted by the filters. If the user doesn't apply any filter, he/she will have to pick the [app scroll bar] and drag it to the right/left. If he/she applies a filter, the table will become smaller.</p><p>Maybe …</p>