Skip to main content
Solved

Tooltip on axes for bubblechart

  • October 1, 2019
  • 4 replies
  • 124 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,

Best answer by mohansx

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.

4 replies

mohansx
Forum|alt.badge.img+5
  • Former AIMMSian
  • 223 replies
  • October 2, 2019
@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.

  • Author
  • AIMMS Partner
  • 3 replies
  • October 2, 2019
Ok, so is there a way to override, or even remove, the tooltip if you do use the string parameter as a widget label?

mohansx
Forum|alt.badge.img+5
  • Former AIMMSian
  • 223 replies
  • Answer
  • October 2, 2019
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.

  • Author
  • AIMMS Partner
  • 3 replies
  • October 3, 2019
This works, thank you!


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

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