How can we combine the labels in XY Chart

Can we combine the labels that appear on each bar when we hover the mouse into a single textbox?
Currently I have this:

And I want to combine it into one text box like this.

I don't think you can. You're really looking for an X-trace, but the XY Chart doesn't have one. You can have a read of some of the features I worked out in Perspective XY Chart xAxes tooltip text {dateX}.

You could investigate Apex Charts and Musson Industrial’s Embr-Charts Module both of which are discussed frequently on the forum - but I haven't tried either.

2 Likes

Thanks to you, I made it work with the tool tip text feature.

{name}: [bold]{valueY}[/]
Total Transfer:[bold]{Total_Transfer_Time}[/]
OP: [bold]{BrassTag}[/]

Oh, I don't think I had figured that you could refer to other columns in a series' tooltip. Nice! Are you adding that tooltip configuration to each series.x.tooltip.text?

If that works I think you should add it to my linked post.

1 Like

Yes exactly in each series.x.tooltip.text

And Yes I will add it into your linked post.

1 Like