mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #480] Is it possible to chart_axis_set_max to dateformat x_axis in LXW_CHART_SCATTER_STRAIGHT? #374
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#374
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?
Originally created by @toge on GitHub (May 18, 2025).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/480
I'm trying to set maximum value to x_axis in LXW_CHART_SCATTER_STRAIGHT like followings.
While it works fine for y_axis, there are no effect to x_axis.
I think the x-axis meets the restriction in the official documentation because it is date format.
Are there any other restrictions?
@jmcnamara commented on GitHub (May 18, 2025):
It should work as expected:
Output:
@toge commented on GitHub (May 19, 2025):
@jmcnamara
I'm very sorry.
It's my own bug.
libxlsxwriter works complete fine.
Thanks you for investigation.
@jmcnamara commented on GitHub (May 19, 2025):
No worries.