// graph update
This commit is contained in:
@@ -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;
|
||||
|
||||
-14128
File diff suppressed because it is too large
Load Diff
+6
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(
|
||||
|
||||
@@ -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