// graph update
This commit is contained in:
@@ -64,7 +64,7 @@ class GraphNvD3 extends ModuleGraphEngine
|
||||
|
||||
$this->context->controller->addJS(array(
|
||||
_PS_JS_DIR_.'/vendor/d3.js',
|
||||
__PS_BASE_URI__.$admin_webpath.'/themes/'.$this->context->employee->bo_theme.'/js/vendor/nv.d3.js',
|
||||
__PS_BASE_URI__.$admin_webpath.'/themes/'.$this->context->employee->bo_theme.'/js/vendor/nv.d3.min.js',
|
||||
));
|
||||
$this->context->controller->addCSS(__PS_BASE_URI__.$admin_webpath.'/themes/'.$this->context->employee->bo_theme.'/css/nv.d3.css');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user