ExploreOptions#

class caf.viz.web.mapping.ExploreOptions(show_legend=True, tooltip=False, popup=False, style=<factory>, highlight_style=<factory>, legend_title=None, cmap='viridis', show=True)[source]#

Bases: object

Options for MapData.

Attributes

Methods

__init__([show_legend, tooltip, popup, ...])

Attributes Documentation

Parameters:
cmap: str | list[str] = 'viridis'#
legend_title: str | None = None#
popup: bool | str | list[str] = False#
show: bool = True#
show_legend: bool = True#
tooltip: bool | list[str] = False#
style: dict[source]#
highlight_style: dict[source]#

Examples using caf.viz.web.mapping.ExploreOptions#

HTML mapping example

HTML mapping example