#10994 Add graph container svg

This commit is contained in:
miguel angel rasteu 2023-05-22 13:22:05 +02:00
parent 5207585d2b
commit 404c606243
6 changed files with 22 additions and 3 deletions

View File

@ -182,7 +182,7 @@ if ($delete_item) {
$buttons['graph_container'] = [
'active' => false,
'text' => '<a href="index.php?sec=reporting&sec2=godmode/reporting/graph_container">'.html_print_image(
'images/graph-container.png',
'images/graph-container@svg.svg',
true,
[
'title' => __('Graph container'),

View File

@ -95,7 +95,7 @@ $subsection = reporting_enterprise_add_graph_template_subsection('', $buttons);
$buttons['graph_container'] = [
'active' => true,
'text' => '<a href="index.php?sec=reporting&sec2=godmode/reporting/graph_container">'.html_print_image(
'images/graph-container.png',
'images/graph-container.svg@svg',
true,
[
'title' => __('Graph container'),

View File

@ -100,7 +100,7 @@ if ($enterpriseEnable) {
$buttons['graph_container'] = [
'active' => false,
'text' => '<a href="index.php?sec=reporting&sec2=godmode/reporting/graph_container">'.html_print_image(
'images/graph-container.png',
'images/graph-container@svg.svg',
true,
[
'title' => __('Graphs containers'),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 429 B

After

Width:  |  Height:  |  Size: 623 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Icons/Dark/20/graph container@svg</title>
<g id="Icons/Dark/20/graph-container" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round">
<g id="Group" transform="translate(2.000000, 2.000000)" stroke="#3F3F3F" stroke-width="2">
<g id="Group-2">
<polyline id="Path-4" points="0 0 0 16 16 16"></polyline>
<g id="Group-3" transform="translate(2.941811, 0.000000)">
<polyline id="Path" points="0 9.999897 4.0553112 5.0332489 7.05959702 7.04601669 13.0581894 -1.44328993e-15"></polyline>
<polyline id="Path-2" points="13.0581894 4 13.0581894 0 9.05818939 0"></polyline>
</g>
</g>
<line x1="7.03043747" y1="16" x2="7.03043747" y2="13.0441227" id="Path-75"></line>
<line x1="3.03043747" y1="16" x2="3.03043747" y2="13.0441227" id="Path-75-Copy"></line>
<line x1="11.0304375" y1="16" x2="11.0304375" y2="13.0441227" id="Path-75-Copy-2"></line>
<line x1="15.0304375" y1="16" x2="15.0304375" y2="13.0441227" id="Path-75-Copy-3"></line>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB