mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[PR #187] [MERGED] Add function to set axis labels alignment #434
Labels
No labels
awaiting user feedback
bug
cmake
cmake
docs
feature request
in progress
long term
medium term
medium term
pull-request
question
question
ready to close
short term
under investigation
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/libxlsxwriter#434
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/axis-label-alignement📝 Commits (1)
f978fa2Add 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.