Apex Chart - How can you modify the appearance of tooltip?

I would like to remove the sensor name.

normally you have a section

series:
  - entity: sensor.yoursensorname

and you could add line

    name: whatever_you_want

as long as you didn't define what should get displayed it defaults to the sensorname.

Wow, it is that simple :laughing:. Thanks a lot!