// graph update

This commit is contained in:
Kevin Granger
2013-10-16 12:18:27 +02:00
parent f284777fc4
commit bc5b807a7b
5 changed files with 26 additions and 14132 deletions
+1 -1
View File
@@ -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');
}