XY Chart Series Tooltip Text

You can customize the text for the tooltip in the perspective XY chart under the series properties.
By default, it shows the Y value at that current spot.

What is the syntax to make the X value appear? {valueY} works for the Y value but {valueX} does not work for the X value.

I would expect valueX to work, but there’s some other examples to try:
https://www.amcharts.com/docs/v4/concepts/formatters/formatting-strings/#X_Y_in_placeholders

Thank you for that. I found it and it is {dateX} instead of {valueX}.

1 Like

@jacob.ramirez,
See also several other tips at the bottom of Perspective XY Chart xAxes tooltip text {dateX} - #10 by Transistor.