Plot line is now 2px by default to be clearly visible on high density devices
This commit is contained in:
parent
e28e6d41bb
commit
d599218a05
@ -40,7 +40,7 @@ public class PlotLineDef {
|
||||
*/
|
||||
|
||||
@Nonnull
|
||||
private static final Float DEFAULT_LINE_WIDTH = 0f;
|
||||
private static final Float DEFAULT_LINE_WIDTH = 2f;
|
||||
|
||||
private static final int WHITE = 0xFFFFFFFF;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user