Long length word in table cell not visible
未關閉
還沒有人認領這個 Issue。
bug
P3
- 主要語言
- Python
- 星號
- 18.8k
- 分支
- 2.8k
- 平均合併
- 16 小時 26 分鐘
- 30 天內合併 PR
- 21
描述
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
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先,使用包含長且不間斷值的儲存格,透過所示的 go.Figure 和 go.Table 範例重現此問題。檢視相關的 Plotly.js issue #5523,並比較回報中關於 hover、自動欄寬和換行的可能性。完成的標準是:無需變更該值來插入分隔符號即可檢視完整的儲存格值。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- data-visualization
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100