Skip to content

Commit 7b5173a

Browse files
committed
switch to dominant-baseline in table
1 parent 0a9b19c commit 7b5173a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/table/plot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ function populateCellText(cellText, tableControlView, allColumnBlock, gd) {
529529

530530
return textToRender;
531531
})
532-
.attr('alignment-baseline', function(d) {
532+
.attr('dominant-baseline', function(d) {
533533
return d.needsConvertToTspans ? null : 'hanging';
534534
})
535535
.each(function(d) {

0 commit comments

Comments
 (0)