-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Table per-cell line properties are a mess #2514
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
Comments
I had a bit of a naive question on the Table trace-type implementation. It looks like what plotly is trying to do is:
This seems to be causing multiple minor issues like alignment issues in text, borders, etc. Wouldn't it be easier to:
This way, plotly would get all alignment issues, colspan, auto-stretching, flexing, and so on solved (as HTML tables are battle tested) and can build more useful functionality on top of it. |
@AbdealiJK you can review our discussion on the topic here: #991 |
I see. Thanks a lot for the reference. That clarifies. |
Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson |
Came up during #2511 - per-cell line properties behave oddly and it's difficult to figure out how to make them work well.
Here's the maximally weird case: per-cell line widths and semi-opaque borders (the weirdest is the cell with

5
):Thoughts @chriddyp @cldougl @VeraZab @cpsievert ?
The text was updated successfully, but these errors were encountered: