I'm using the combo chart from Google Charts (https://google-developers.appspot.com/chart/interactive/docs/gallery/combochart) in my web application. I have set the tooltips to show on select by specifying the option
tooltip: { trigger: 'selection' }
when initializing the chart. However, I can't find any way to allow the user to select two points at once. Once the user selects a second point, the tooltip on the previous point closes.
Does anyone know how to enable multi-select for the tooltips?
Thanks,
Paul