Solved

Tooltip on axes for bubblechart

  • 1 October 2019
  • 4 replies
  • 119 views

Hi,

I have a string parameter as axis label for the X-axis and Y-axis of a bubblechart.
When I hover over the axis, I see this same string parameter as tooltip. Is there a way to have a tooltip different from the actual string parameter value? I tried XXX_Tooltips, but that doesn't seem to work (unsure if this works for string parameters at all).

thanks,
icon

Best answer by mohansx 2 October 2019, 21:10

View original

4 replies

Userlevel 5
Badge +5
@MarianneWilde , the X_Tooltips does work for string parameters but only when used as data in a widget.

_Tooltips does not override the default tooltip present when a string parameter is used for widget labels like title, x-axis label, y-axis label etc. See screenshots where identifiers spXAxis is used as table title and as data in the table.


We will update you if there is any plan to change this behavior.
Ok, so is there a way to override, or even remove, the tooltip if you do use the string parameter as a widget label?
Userlevel 5
Badge +5
There doesn't seem to be a way to override/edit the tooltip but you can completely disable it using CSS.
code:
.tag-bubblechart .x.label{
pointer-events: none;
}


.y.label for the y axis label.
This works, thank you!

Reply


Didn't find what you were looking for? Try searching on our documentation pages:

AIMMS Developer & PRO | AIMMS How-To | AIMMS SC Navigator