Skip to content

Commit 239df86

Browse files
committed
deferring the cell height change for now
1 parent 103e793 commit 239df86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/traces/table/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ module.exports = overrideAll({
183183

184184
height: {
185185
valType: 'number',
186-
dflt: 28,
186+
dflt: 20,
187187
role: 'style',
188188
description: 'The height of cells.'
189189
},

test/image/mocks/table_latex_multitrace_scatter.json

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
["$$\\cos^2\\theta=\\displaystyle\\frac{1+\\cos\\theta}{2}$$", "$$\\sin^2\\theta=\\displaystyle\\frac{1-\\cos\\theta}{2}$$"],
3737
["$$\\cos\\theta=\\pm\\sqrt{\\displaystyle\\frac{1+\\cos\\theta}{2}}$$", "$$\\sin\\theta=\\pm\\sqrt{\\displaystyle\\frac{1-\\cos\\theta}{2}}$$"]
3838
],
39+
"height": 20,
3940
"align": ["right", "center", "center"],
4041
"line": {"color": "grey", "width": 1},
4142
"font": {"family": "Arial", "size": 12, "color": ["black"]}

0 commit comments

Comments
 (0)