mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 05:21:23 +00:00

* feat(chart): allow custom alignment of first X-Axis label * refactor(chart): rename ambiguous function parameter * feat(chart): allow custom alignment of Y-Axis labels * refactor(chart): refactor axis test cases * refactor(chart): rename minor variable * fix(chart): force centered x-axis label near Y-Axis * fix(chart): fix subtract overflow on small rendering area * refactor(chart): rename alignment property * refactor(chart): merge two nested conditions * refactor(chart): decompose x labels rendering loop