Skip to content

Commit 55ba43b

Browse files
committed
table
1 parent 9a6f9c2 commit 55ba43b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/traces/table/plot.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,11 @@ function supplyStylingValues(columnCell) {
484484
var font = {
485485
size: gridPick(spec.size, col, i),
486486
color: gridPick(spec.color, col, i),
487-
family: gridPick(spec.family, col, i)
487+
family: gridPick(spec.family, col, i),
488+
weight: gridPick(spec.weight, col, i),
489+
style: gridPick(spec.style, col, i),
490+
stretch: gridPick(spec.stretch, col, i),
491+
variant: gridPick(spec.variant, col, i),
488492
};
489493
d.rowNumber = d.key;
490494
d.align = gridPick(d.calcdata.cells.align, col, i);

0 commit comments

Comments
 (0)