How to hide only main tooltip (not side one)?
For example, here, I want to hide main tooltips, anв still have the sides:
Try tooltips = layerTooltips(*emptyArray())
The point is to hide the main tooltip but keep the axis tooltip, right?
Unfortunately, there is no such mechanism in the current version.
By the way, disableSplitting() does not affect axis tooltips. It moves "side tooltips" to the main tooltip, and by "side tooltips" we mean positional tooltips such as boxplot has.
OK, but I think that would be a useful feature
The next release will add the ability to hide the general tooltip (without hiding the axis tooltips) using
theme(tooltip = "blank").
Commit: https://github.com/JetBrains/lets-plot/commit/020b1e36edce3642a0b2554b7660ef47613caf89
Fixed in LPK v4.7.0