I have a line chart and a grid that are both displayed in an anchor layout within a panel.
Both items have the same data source..ie a postgresql database connection. Today, whilst I was playing with the positioning of the elements inside different layouts I noticed that inside the anchor layout, when I sort the grid with a click on the column title, the line chart is also sorted.
I far as I am aware this behaviour is a result of using the anchor layout and the same datasource, because with other layouts it does not happen.
The Behaviour is actually quite nice, but I was unaware that this would happen.
What I would like is that when I select a row in the grid, the same point in the line chart shows its popup.