Forum Discussion

showy's avatar
showy
Icon for Helper II rankHelper II
3 years ago
Solved

Zooming Option for multiple Scatter Plots

Hello to all,
I have the following problem. I have a report page that contains 7 scatter plots, representing products of seven plants. The problem is that individual plants provide some extreme values. Thus, when all products are displayed, each scatter plot has different axes. To work around this problem I want a slider that allows me to zoom in and out of all scatter plots simultaneously. How can I implement something like this. The way I see it, I can activate the zoom axes in each scatter plot and adjust each one. However, I would like to adjust all of them at the same time.

 

  • Hi showy ,

     

    You cannot sinc the zoom in and out on all scatter plots has a work around have you tough about creating some parameter fiels and then connect the max and minimum of the value to the axis values of the scatter, that way the users could select the maximum and minimum values and the charts would focus on those points.

     

1 Reply

  • Hi showy ,

     

    You cannot sinc the zoom in and out on all scatter plots has a work around have you tough about creating some parameter fiels and then connect the max and minimum of the value to the axis values of the scatter, that way the users could select the maximum and minimum values and the charts would focus on those points.