From 08dd6dc31e80603f52731c4a8a2a65778bf80c2f Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Tue, 12 Nov 2024 12:10:54 +0100 Subject: [PATCH] Bump Vizzu version to 0.15 --- examples/reference/panes/Vizzu.ipynb | 2 +- panel/models/vizzu.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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):