Long length word in table cell not visible
Ninguém assumiu esta issue ainda.
- Linguagem predominante
- Python
- Estrelas
- 18.8k
- Forks
- 2.8k
- Merge médio
- 16h 26min
- PRs com merge (30d)
- 21
Descrição
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
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Direção de pesquisa
Comece reproduzindo o problema com o exemplo mostrado de go.Figure e go.Table, usando uma célula que contenha um valor longo sem separadores. Analise a issue #5523 relacionada do Plotly.js e compare as possibilidades relatadas de hover, largura automática de coluna e quebra de linha. Considera-se concluído quando o valor completo da célula puder ser visualizado sem alterar o valor para inserir separadores.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- python
- Domínio
- data-visualization
- Tipo de issue
- Bug
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 25/100