8000 Branch for 1.31.2 by etpinard · Pull Request #2111 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Branch for 1.31.2 #2111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Oct 23, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
making default cell row heights the same as header row height
  • Loading branch information
monfera authored and etpinard committed Oct 23, 2017
commit 3f73dcc10fd2a1cdb339ea84de6f0de0e17f7b18
2 changes: 1 addition & 1 deletion src/traces/table/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ module.exports = overrideAll({

height: {
valType: 'number',
dflt: 20,
dflt: 28,
role: 'style',
description: 'The height of cells.'
},
Expand Down
0