You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to add classes to the _tooltip object for each item. Currently, you can add classes but it removes the existing hotgraphic__pin-tooltip class.
An example use case would be if you are using static tooltips and one of the tooltips needs to use an inverted color due to the placement on the image.
"_tooltip": {
"_isEnabled": true,
"text": "I'm on a dark background",
"_classes": "white"
}
The text was updated successfully, but these errors were encountered:
Subject of the enhancement
It would be useful to be able to add classes to the
_tooltip
object for each item. Currently, you can add classes but it removes the existinghotgraphic__pin-tooltip
class.adapt-contrib-hotgraphic/js/hotgraphicModel.js
Lines 24 to 28 in d273e87
An example use case would be if you are using static tooltips and one of the tooltips needs to use an inverted color due to the placement on the image.
The text was updated successfully, but these errors were encountered: