Posted 29 December 2025, 3:41 am EST
Hello Team,
We need some guidance specifically on how the series name used in chart tooltips / hover UI can be accessed or overridden as shown in the image below.
Issue
When hovering over a chart element (e.g., a bar in a Bar Chart), SpreadJS displays a tooltip that includes the series name.
This series name originates from spreadsheet cell values (typically header cells).
We need to programmatically access the exact series name string that SpreadJS resolves and displays in the tooltip, or override it before rendering.
Questions
What is the exact source of the tooltip series name?
Is it taken from:
series.name
seriesMapping
Header cells in the data range
An internal derived value
Is there any supported API, event, or callback to:
Read the resolved series name at hover time
or
Customize / override the tooltip text (or series label) before it is displayed
If no tooltip-specific API exists:
What is the recommended and supported way to control or access the series name used in chart hover UI?
Thank you for your support.

