From b085da55eef05eb254ae826bc21e7b88d8990869 Mon Sep 17 00:00:00 2001 From: David Larlet <3556+davidbgk@users.noreply.github.com> Date: Tue, 14 Mar 2023 18:01:30 -0400 Subject: [PATCH] Correct js package name for frappe-charts install --- frappe_io/www/charts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe_io/www/charts/index.html b/frappe_io/www/charts/index.html index d43a5c3d..a9a28da9 100644 --- a/frappe_io/www/charts/index.html +++ b/frappe_io/www/charts/index.html @@ -32,7 +32,7 @@

Installation

-
yarn add frappe-gantt
+
yarn add frappe-charts

or include it directly in your HTML

  <script src="https://unpkg.com/frappe-charts@latest"></script>
@@ -305,4 +305,4 @@

Charts Playground

}} -{% endblock %} \ No newline at end of file +{% endblock %}