I am using an arrange plot to show multiple data charts, basically, the same set of chart instructions but for different data. In the chart instructions, specifically for tooltip, I am using the following config
tooltip = {
Crosshairs = true,
Shared = true,
}
But, for some charts, the tooltip doesn't show up. This wasn't a problem until I upgraded to v10.3.3. My code worked till v10.3.2, but upgrading to the 10.3.3, breaks this. If I remove the shared = true, code, the tooltip shows up again, any help would be appreciated