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,
Solved
Tooltip on axes for bubblechart
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.
.y.label for the y axis label.
code:
.tag-bubblechart .x.label{
pointer-events: none;
}
.y.label for the y axis label.
Sign up
Already have an account? Login
Please use your business or academic e-mail address to register
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

