Skip to content

Commit 267c750

Browse files
author
Jon M. Mease
committed
Increase default font size slightly
1 parent 2684d69 commit 267c750

11 files changed

+2
-2
lines changed

src/traces/parcats/defaults.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
106106

107107
var labelfontDflt = {
108108
family: layout.font.family,
109-
size: Math.round(layout.font.size / 1.2),
109+
size: Math.round(layout.font.size),
110110
color: layout.font.color
111111
};
112112

113113
Lib.coerceFont(coerce, 'labelfont', labelfontDflt);
114114

115115
var categoryfontDefault = {
116116
family: layout.font.family,
117-
size: Math.round(layout.font.size / 1.4),
117+
size: Math.round(layout.font.size / 1.2),
118118
color: layout.font.color
119119
};
120120

578 Bytes
Loading
578 Bytes
Loading
519 Bytes
Loading
553 Bytes
Loading
1.28 KB
Loading
645 Bytes
Loading
495 Bytes
Loading
Loading
579 Bytes
Loading
645 Bytes
Loading

0 commit comments

Comments
 (0)