VizTooltipOptions🔗
TODO docs
Definition🔗
class VizTooltipOptions:
    """
    TODO docs
    """
    mode: common.TooltipDisplayMode
    sort: common.SortOrder
    max_width: typing.Optional[float]
    max_height: typing.Optional[float]
    hide_zeros: typing.Optional[bool]
Methods🔗
to_json🔗
Converts this object into a representation that can easily be encoded to JSON.
from_json🔗
Builds this object from a JSON-decoded dict.