diff --git a/examples/reference/panes/Vizzu.ipynb b/examples/reference/panes/Vizzu.ipynb index 204963d863..3d9678ca71 100644 --- a/examples/reference/panes/Vizzu.ipynb +++ b/examples/reference/panes/Vizzu.ipynb @@ -38,7 +38,7 @@ "* **`patch`**: Patches one or more rows in the data.\n", "___\n", "\n", - "The `Vizzu` pane is built on **version {{VIZZU_VERSION}}** of the [Vizzu Javascript](https://lib.vizzuhq.com/latest/) library." + "The `Vizzu` pane is built on **version {{VIZZU_VERSION}}** of the [Vizzu Javascript](https://lib.vizzuhq.com/{{VIZZU_VERSION}}/) library." ] }, { diff --git a/panel/models/vizzu.py b/panel/models/vizzu.py index 4a682fba9c..6a8b5d3d48 100644 --- a/panel/models/vizzu.py +++ b/panel/models/vizzu.py @@ -11,7 +11,7 @@ from ..config import config from ..util import classproperty -VIZZU_VERSION = "0.9.3" +VIZZU_VERSION = "0.15" class VizzuEvent(ModelEvent):