mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 09:38:48 +02:00
N°5621 Move D3 3.5.16 to NPM
This commit is contained in:
@@ -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',
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user