add vertical alignment for cells in Plotly Table (plotly.graph_objects.Table)
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
Hi,
I am working on a table with custom styling, and it seems that vertical alignment of cells is not possible using the plotly.graph_objects.Table, only horizontal alignment.
I posted a question on the Plotly Community site to see if anyone knew of a way to do vertical alignment, but they confirmed it isn't possible with the code as is (link to post).
Any thoughts about how to update the current code to enable vertical alignment? I am not too familiar with the Plotly code base and plan on cloning a copy to experiment with adding this feature.
It seems like at least a few others have wanted this feature as well:
- https://stackoverflow.com/questions/67037418/plotly-table-vertical-align-text-in-cells
- https://stackoverflow.com/questions/66698852/plotly-table-how-to-align-header-vertical-and-horizontal
Documentation references:
- https://plotly.com/python/table/
- https://plotly.github.io/plotly.py-docs/generated/plotly.graph_objects.Table.html
Thank you,
Chad
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 com plotly.graph_objects.Table e a Plotly table documentation vinculada para entender o comportamento existente de alinhamento horizontal e a opção de alinhamento vertical solicitada. O issue não menciona source files nem tests; portanto, localize primeiro a Table implementation e sua cobertura. O trabalho estará concluído quando table cells oferecerem suporte ao alinhamento vertical e o comportamento documentado estiver verificado.
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
- Funcionalidade
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 30/100