Tooltip options missing for candlestick charts in v10.4.1

  • What Grafana version and what operating system are you using?
    Grafana v10.4.1 (d3ce857c0e) OSS on Debian Bookworm (installed through .deb)

  • What are you trying to achieve?
    I would like to hide the tooltip in a candlestick chart, which has been introduced in Candlestick: Add tooltip options by adela-almasan · Pull Request #81307 · grafana/grafana · GitHub .

  • How are you trying to achieve it?
    By editing the panel and switching “Tooltip mode” to “Hidden”.

  • What happened?
    The whole config section “Tooltip” is not displayed at all, but several other options, which are not even applicable to candlecharts:

  • What did you expect to happen?
    Having the tooltip options available in v10.4.1.

  • Can you copy/paste the configuration(s) that you are having problems with?
    It also happens for a completely new dashboard and panel. Nothing fancy/hacky involved.

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    No errors in the logs or even the browser’s debugger (besides a few unrelated deprecation warnings).

  • Did you follow any online instructions? If so, what is the URL?
    Nope. Couldn’t find anything, probably because the feature is still quite new.

What i did so far without making a difference:

The next attempt would be to reinstall from scratch on a virtual machine (upgraded from v8.x recently), but before i would like to ask, if i’m missing anything obvious.

Thanks!