Long length word in table cell not visible
オープン
まだ誰も着手していません。
bug
P3
- 主要言語
- Python
- スター
- 18.8k
- フォーク
- 2.8k
- 平均マージ
- 16時間 26分
- マージ済み PR(30日)
- 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、長く区切り文字のない値を含むセルを使い、示されている go.Figure と go.Table の例で問題を再現します。関連する Plotly.js の issue #5523 を確認し、報告されている hover、自動列幅、折り返しの可能性を比較します。値を変更して区切り文字を挿入することなく、セルの値全体を表示できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- data-visualization
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100