Broken Basic Tooltip Editor?

Opening Basic Tooltip editor gives and error (and has been doing for some time (what is happening?)

I Get a "We made a mistake! Take me back message (what do you expect to happen?)

To reproduce (or link to chart/page which demonstrates the issue)
However it also seems to be happening on all the charts of mine that I have tried


PS: Provide screenshots or videos if possible. All information you can give is very useful to our developers.

Hi RAC Foundation,

We are aware of this issue, and our development team is working diligently to fix it. We appreciate your understanding and expect to have it resolved soon.

Thanks
Faria

Thanks.

I am trying to add a percentage to stacked bar charts, as described in this post How to show both real numbers and the % in stacked charts

I s there a way to do it through the advanced tooltip menu?
Thanks,
Tim

You can try updating the tooltip point format by navigating to advanced -> tooltip -> Point Format and setting it as follows:

<span style="color:{point.color}">●</span> {series.name}: <b>{point.y}{percentage0}</b><br/>

Thanks - that didn’t work though

I even tried it on the data/chart in te original example and it didn’t work

You might have to actually add it into the Tool tip within the “Series” itself.

image

It appears to have been edited into both those automatically my putting it into the overarching Tooltip section

Is it because you want to display 1 of the bars as a percentage and the other as a number?

I want to report both the absolute number for each part of the stack and the percentage of the stack that it represents

Use this {point.percentage:.0f}% instead of this {percentage0}.