diff --git a/Collectl2plotly/Collectl2plotly/Collectl2plotly_Plots_Config.py b/Collectl2plotly/Collectl2plotly/Collectl2plotly_Plots_Config.py index e6b2b752dfba19fa186d5de3f984750f0c636ede..83a23f475d52dbd91b32eab0cc1d9023cea37d11 100644 --- a/Collectl2plotly/Collectl2plotly/Collectl2plotly_Plots_Config.py +++ b/Collectl2plotly/Collectl2plotly/Collectl2plotly_Plots_Config.py @@ -124,7 +124,7 @@ PLOTS_CONFIG = [{ }, 'config': { 'toImageButtonOptions': { - 'format': 'svg', + 'format': 'png', 'filename': 'cpu_load_plot', 'height': 900, 'width': 1600, @@ -152,7 +152,7 @@ PLOTS_CONFIG = [{ }, 'config': { 'toImageButtonOptions': { - 'format': 'svg', + 'format': 'png', 'filename': 'ram_usage_plot', 'height': 900, 'width': 1600, @@ -180,7 +180,7 @@ PLOTS_CONFIG = [{ }, 'config': { 'toImageButtonOptions': { - 'format': 'svg', + 'format': 'png', 'filename': 'io_read_plot', 'height': 900, 'width': 1600, @@ -208,7 +208,7 @@ PLOTS_CONFIG = [{ }, 'config': { 'toImageButtonOptions': { - 'format': 'svg', + 'format': 'png', 'filename': 'io_write_plot', 'height': 900, 'width': 1600, @@ -236,7 +236,7 @@ PLOTS_CONFIG = [{ }, 'config': { 'toImageButtonOptions': { - 'format': 'svg', + 'format': 'png', 'filename': 'io_syscalls_plot', 'height': 900, 'width': 1600, diff --git a/example_plot.png b/example_plot.png new file mode 100644 index 0000000000000000000000000000000000000000..98aec4e34f92a14696304f5a168877d9c9172683 Binary files /dev/null and b/example_plot.png differ