[PR #187] [MERGED] Add function to set axis labels alignment #434

Closed
opened 2026-05-05 12:15:44 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/187
Author: @j15e
Created: 6/14/2018
Status: Merged
Merged: 9/1/2018
Merged by: @jmcnamara

Base: masterHead: feature/axis-label-alignement


📝 Commits (1)

  • f978fa2 Add function to set axis labels alignment

📊 Changes

6 files changed (+104 additions, -3 deletions)

View changed files

docs/images/chart_axis_label_alignment1.png (+0 -0)
📝 include/xlsxwriter/chart.h (+36 -0)
📝 src/chart.c (+18 -3)
test/functional/src/test_chart_axis42.c (+47 -0)
📝 test/functional/test_chart_axis.py (+3 -0)
test/functional/xlsx_files/chart_axis42.xlsx (+0 -0)

📄 Description

Regarding the feature request described in #186, I added a function to set axis label alignment.

Its includes a test for the specific change expected and an image showing a label alignment on the right.

I am not writing C very often and the codebase of this library is pretty big, so let me know if I missed anything.

PS : My screenshot differs a bit from the other screenshots, not sure which exact Office version and tool you use to capture images used in documentation, if you want to update it, go ahead.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jmcnamara/libxlsxwriter/pull/187 **Author:** [@j15e](https://github.com/j15e) **Created:** 6/14/2018 **Status:** ✅ Merged **Merged:** 9/1/2018 **Merged by:** [@jmcnamara](https://github.com/jmcnamara) **Base:** `master` ← **Head:** `feature/axis-label-alignement` --- ### 📝 Commits (1) - [`f978fa2`](https://github.com/jmcnamara/libxlsxwriter/commit/f978fa20e490a15a7660d916c7ecf0d836ae4222) Add function to set axis labels alignment ### 📊 Changes **6 files changed** (+104 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `docs/images/chart_axis_label_alignment1.png` (+0 -0) 📝 `include/xlsxwriter/chart.h` (+36 -0) 📝 `src/chart.c` (+18 -3) ➕ `test/functional/src/test_chart_axis42.c` (+47 -0) 📝 `test/functional/test_chart_axis.py` (+3 -0) ➕ `test/functional/xlsx_files/chart_axis42.xlsx` (+0 -0) </details> ### 📄 Description Regarding the feature request described in #186, I added a function to set axis label alignment. Its includes a test for the specific change expected and an image showing a label alignment on the right. I am not writing C very often and the codebase of this library is pretty big, so let me know if I missed anything. PS : My screenshot differs a bit from the other screenshots, not sure which exact Office version and tool you use to capture images used in documentation, if you want to update it, go ahead. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 12:15:44 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#434
No description provided.