plotly / plotly/plotly.py

Long length word in table cell not visible

Aperta
#3,582 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

bug P3
Lingua principale
Python
Stelle
18.8k
Fork
2.8k
Merge medio
16h 26m
PR unite (30g)
21

Descrizione

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.

  1. If we can hover over cell, but it is not possible and is current issue. #5523
  2. If we can use auto column width feature to adjust column width but still it is not supported.
  3. If we can wrap the cell by some means (except changing its value by inserting separator like
    or space).

Regards,
Piyush

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Direzione di ricerca

Inizia riproducendo il problema con l’esempio mostrato di go.Figure e go.Table, usando una cella che contiene un valore lungo e senza separatori. Esamina la issue #5523 correlata di Plotly.js e confronta le possibilità riportate per l’hover, la larghezza automatica delle colonne e l’andata a capo. Il lavoro è concluso quando è possibile visualizzare l’intero valore della cella senza modificare il valore per inserire separatori.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Valutazione

Stack tecnologico
python
Ambito
data-visualization
Tipo di issue
Bug
Difficoltà
4/5
Tempo stimato
3-5 giorni
Stato di attività
Ferma
Chiarezza
Da chiarire
Idoneità per principianti
25/100

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.