Skip to content

Commit 2c39a8e

Browse files
committed
scattermapbox
1 parent f4bc74e commit 2c39a8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/traces/scattermapbox/defaults.js

+4
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
107107
handleTextDefaults(traceIn, traceOut, layout, coerce,
108108
{noSelect: true,
109109
font: {
110+
weight: layout.font.weight,
111+
style: layout.font.style,
112+
stretch: layout.font.stretch,
113+
variant: layout.font.variant,
110114
family: supportedFonts.indexOf(layout.font.family) !== -1 ? layout.font.family : 'Open Sans Regular',
111115
size: layout.font.size,
112116
color: layout.font.color

0 commit comments

Comments
 (0)