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:
@@ -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',
|
||||
]
|
||||
|
36353
blazar_dashboard/static/leases/js/vendor/apexcharts.js
vendored
Normal file
36353
blazar_dashboard/static/leases/js/vendor/apexcharts.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user