Data Zoom not working with multiple grids?

I have several chart pages with multiple charts on them. When I activate the “Data Zoom” component, it is only zooming in on the chart in grid 0, but not the other grids. Changing the time frame in the upper right corner affects all grids, but I can zoom only the first. Is there a way to apply the zoom to all grids on a page?

I have found what works for me.

  dataZoom:
    - component: oh-chart-datazoom
      config:
        show: true
        type: slider
        xAxisIndex:
          - 0
          - 1
1 Like

Thanks Holger, works like a charm :+1: