[BUG]: tickformat doesn't adjust when labels are positioned below minor ticks (because of ticklabelindex)
Abierto
@my-tien ya está trabajando en esto.
Desde el 5/8/2026.
enhancement
feature
P3
size: 3
- Lenguaje dominante
- JavaScript
- Estrellas
- 18.3k
- Forks
- 2k
- Merge medio
- 2 d 12 h
- PR fusionados (30 d)
- 28
Descripción
This figure demonstrates the issue:
On the x-axis we have major ticks at daily intervals and minor ticks at 6 hour intervals. Although the labels are moved below minor ticks by setting ticklabelindex: -1, the default tickformat doesn't include hourly information, making the tick label incompatible with the labeled tick:
https://codepen.io/toffi-fee/pen/LExqZNa
In contrast to this, if major ticks are labeled, the tickformat automatically includes hours if the ticks have an hourly period:
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.