Long length word in table cell not visible
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18.8k
- Forks
- 2.8k
- Avg merge
- 16h 26m
- Merged PRs (30d)
- 21
Description
If any cell of table contains large length value string, then that value is hidden and by not any means we can see that value.
import plotly.graph_objects as go
fig = go.Figure(data=[go.Table(......)])
Problem related to this issue already answered in Stackoverflow. But solution not seems to be perfect, it is workaround.
if you have to split a long word, you can of course use a html line break instead of space to get this.
So multiple solutions that I think, but none of this is working.
- If we can hover over cell, but it is not possible and is current issue. #5523
- If we can use auto column width feature to adjust column width but still it is not supported.
- If we can wrap the cell by some means (except changing its value by inserting separator like
or space).
Regards,
Piyush
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with the shown go.Figure and go.Table example using a cell containing a long unbroken value. Review the related Plotly.js issue #5523 and compare the reported hover, automatic column-width, and wrapping possibilities. Done means the full cell value is viewable without changing the value to insert separators.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100