N°5621 Move D3 3.5.16 to NPM

This commit is contained in:
Pierre Goiffon
2024-02-16 16:47:16 +01:00
parent f3fbce7459
commit 3e9f4df1bf
16 changed files with 38 additions and 32 deletions

View File

@@ -117,7 +117,7 @@ class WebResourcesHelper
public static function GetJSFilesRelPathsForC3JS(): array
{
return [
'js/d3.js',
'node_modules/d3/d3.min.js',
'node_modules/c3/c3.min.js',
];
}

View File

@@ -60,7 +60,7 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage
// - TabContainer
'js/jquery.ba-bbq.min.js',
// - DashletGroupBy & other specific places
'js/d3.js',
'js/d3.js', // 3.2.0 N°5261 moved to NPM
'js/c3.js', // 3.2.0 N°5261 moved to NPM
// - DisplayableGraph, impact analysis
'js/raphael-min.js',