- Add option to hide legends
- Adjust size of up/down bw graph to match other graphs (ticket #1996)
- Modify image font color to better blend with themes
- Tweak spacing of elements for non-Debian installs
This commit is contained in:
str4d
2017-10-25 09:29:49 +00:00
parent 3f4df2317a
commit 97267a4d5c
4 changed files with 55 additions and 20 deletions

View File

@@ -286,11 +286,11 @@ public interface RrdGraphConstants {
/**
* Used internally
*/
int PADDING_LEFT = 5; // pix
int PADDING_LEFT = 0; // pix - absent vertical label provides padding here
/**
* Used internally
*/
int PADDING_TOP = 9; // pix
int PADDING_TOP = 5; // pix -- additional top pixels added by frame border
/**
* Used internally
*/
@@ -314,7 +314,7 @@ public interface RrdGraphConstants {
/**
* Used internally
*/
int PADDING_VLABEL = 7; // pix
int PADDING_VLABEL = 8; // pix
/**
* Stroke used to draw grid