From d28368893948239481387034db7ac9ee9f25a244 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Mon, 15 Apr 2024 00:45:18 -0400 Subject: stats.lua: add option to control plot border width This adds a new configuration option plot_bg_border_width, which controls the border width of plots. --- DOCS/man/stats.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS/man/stats.rst') diff --git a/DOCS/man/stats.rst b/DOCS/man/stats.rst index a5cd3b3d91..be8bb50e6b 100644 --- a/DOCS/man/stats.rst +++ b/DOCS/man/stats.rst @@ -183,6 +183,11 @@ Configurable Options Border color used for drawing graphs. +``plot_bg_border_width`` + Default: 0.5 + + Border width used for drawing graphs. + ``plot_bg_color`` Default: 262626 -- cgit v1.2.3