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',
];
}