Replace minified apexcharts by full version

Using minified Javascript code raises packaging issues [1].

Replace with the full version of ApexCharts v4.7.0 [2], which is the
last release under MIT license. Newer 5.x releases are under a custom
license [3].

Included the full MIT license at the top of the vendored file to ensure
we comply with the distribution terms.

[1] https://lists.openstack.org/archives/list/openstack-discuss@lists.openstack.org/thread/6IMESH5VFHFETLNLOM53DBPCPVI6QSDW/
[2] https://github.com/apexcharts/apexcharts.js/releases/tag/v4.7.0
[3] https://github.com/apexcharts/apexcharts.js/blob/main/LICENSE

Change-Id: I8c9fe77e6318efc69a3d709dc5e573338ce919f8
Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
This commit is contained in:
Pierre Riteau
2025-08-22 11:28:25 +02:00
parent 33f3a7ad17
commit cd836a85d9
3 changed files with 36354 additions and 15 deletions

View File

@@ -26,5 +26,5 @@ ADD_SCSS_FILES = [
ADD_JS_FILES = [
'leases/js/calendar/lease_chart.js',
'leases/js/vendor/apexcharts.min.js',
'leases/js/vendor/apexcharts.js',
]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long