diff --git a/pandora_console/images/data-group@svg.svg b/pandora_console/images/data-group@svg.svg new file mode 100644 index 0000000000..58bc904f58 --- /dev/null +++ b/pandora_console/images/data-group@svg.svg @@ -0,0 +1,7 @@ + + + data-group@svg + + + + \ No newline at end of file diff --git a/pandora_console/include/styles/events.css b/pandora_console/include/styles/events.css index 0b6516a72e..4f7b639eaa 100644 --- a/pandora_console/include/styles/events.css +++ b/pandora_console/include/styles/events.css @@ -553,3 +553,8 @@ div#main_pure:has(.events-pure) { .margn-b-50px { margin-bottom: 50px !important; } + +div#sunburst > svg { + width: 750px; + height: 750px; +}