JetBrains / lets-plot

Multiplatform plotting library based on the Grammar of Graphics
https://lets-plot.org
MIT License
1.57k stars 51 forks source link

Better documentation for the `tooltips` parameter in layer. #1173

Open alshan opened 2 months ago

alshan commented 2 months ago

To hide tooltip - 'none'

And also a note about hiding axis tooltip: set "blank" or element_blank() to the axis_tooltip, axis_tooltipX, axis_tooltipY parameters of the theme() function.