Need to identify a solution to allow scrolling but also tooltip support on mobile/touch.
After migrating to pointer events (#144, #152), touch scrolling no longer works while over a chart. This is mostly due to touch-none class being applied in TooltipContext, but need to also check usage of setPointerCapture() and stopPropagation(), and preventDefault()
See also: #82