forked from I2P_Developers/i2p.i2p
/graphs:
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user