// 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
+18 -2
View File
@@ -95,11 +95,12 @@
.nvtooltip table {
margin: 6px;
border-spacing:0;
}
.nvtooltip table td {
padding-right: 9px;
padding-bottom: 3px;
padding: 2px 9px 2px 0;
vertical-align: middle;
}
@@ -111,11 +112,26 @@
font-weight: bold;
}
.nvtooltip table tr.highlight td {
padding: 1px 9px 1px 0;
border-bottom-style: solid;
border-bottom-width: 1px;
border-top-style: solid;
border-top-width: 1px;
}
.nvtooltip table td.legend-color-guide div {
width: 8px;
height: 8px;
vertical-align: middle;
}
.nvtooltip .footer {
padding: 3px;
text-align: center;
}
.nvtooltip-pending-removal {
position: absolute;
pointer-events: none;
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -45,7 +45,7 @@ class AdminDashboardControllerCore extends AdminController
//$this->addJqueryUI('ui.datepicker');
$this->addJS(array(
_PS_JS_DIR_.'/vendor/d3.js',
__PS_BASE_URI__.$admin_webpath.'/themes/'.$this->bo_theme.'/js/vendor/nv.d3.js',
__PS_BASE_URI__.$admin_webpath.'/themes/'.$this->bo_theme.'/js/vendor/nv.d3.min.js',
_PS_JS_DIR_.'/admin-dashboard.js',
));
$this->addCSS(array(
+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');
}