highcharts consolidation -> add plugin, import switch to footer and repository requirement in composer.json

This commit is contained in:
Johann Hoffmann
2024-12-19 11:24:31 +01:00
parent 1094219a58
commit e2af00e41d
4 changed files with 224 additions and 79 deletions
+8 -1
View File
@@ -30,7 +30,7 @@
// Generates the global object to pass phrases to javascripts
// NOTE: must be called before including the PhrasesLib.js
if ($phrases != null) generateJSPhrasesStorageObject($phrases);
// --------------------------------------------------------------------------------------------------------
// From vendor folder
@@ -123,6 +123,13 @@
}
generateJSsInclude('vendor/vuejs/vuerouter4/vue-router.global.js');
}
// Highcharts
if ($highcharts)
{
generateJSsInclude('vendor/highcharts/highcharts-dist/highcharts.js');
generateJSsInclude('vendor/highcharts/highcharts-dist/modules/current-date-indicator.js');
}
// PrimeVue
if ($primevue3)