panel.models.vizzu module#

Defines custom VizzuChart bokeh model to render Vizzu charts.

class panel.models.vizzu.VizzuChart(*args: Any, id: ID | None = None, **kwargs: Any)[source]#

Bases: LayoutDOM

A Bokeh model that wraps around a Vizzu chart and renders it inside a Bokeh.

Attributes:
animation
columns
config
duration
source

Local data source to use when rendering glyphs on the plot.

style
tooltip
source#

Local data source to use when rendering glyphs on the plot.

class panel.models.vizzu.VizzuEvent(model, data=None)[source]#

Bases: ModelEvent