From c0cdff7e11f9aee301a5931535dcaae5171709fd Mon Sep 17 00:00:00 2001 From: jekkos Date: Tue, 9 Jan 2024 00:02:28 +0100 Subject: [PATCH] Fix reference to chartist-tooltip (#3923) --- app/Views/partial/datepicker_locale.php | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Views/partial/datepicker_locale.php b/app/Views/partial/datepicker_locale.php index 98532d90e..4efdc6615 100644 --- a/app/Views/partial/datepicker_locale.php +++ b/app/Views/partial/datepicker_locale.php @@ -23,7 +23,7 @@ var pickerconfig = function(config) { } ?> minView: 2, - minuteStep: 1, + minuteStep: 1, autoclose: true, todayBtn: true, todayHighlight: true, diff --git a/package.json b/package.json index f63a167ab..f924c33ea 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "chartist-plugin-axistitle": "^0.0.7", "chartist-plugin-barlabels": "^0.0.5", "chartist-plugin-pointlabels": "^0.0.4", - "chartist-plugin-tooltips": "github:tmmdata/chartist-plugin-tooltip#v0.0.18", + "chartist-plugin-tooltips": "github:KanAlexey/chartist-tooltip#master", "clipboard": "^2.0.11", "coffeescript": "^2.7.0", "es6-promise": "^4.2.8",