mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 06:06:09 -06:00
[GH-ISSUE #91] Feature request: Add support for Chart date axes #78
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#78
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 @jmcnamara on GitHub (Jan 12, 2017).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/91
Originally assigned to: @jmcnamara on GitHub.
Add functionality like Python XlsxWriter Data Axes.
See http://xlsxwriter.readthedocs.io/working_with_charts.html#date-category-axes
Add +1 as a comment to vote for this feature and to get an update when it is implemented.
@ragundo commented on GitHub (Feb 25, 2017):
+1
Needed for daily/month/year reports generation
@ale275 commented on GitHub (Feb 26, 2017):
+1
perfect for report and trend analysis
@jmcnamara commented on GitHub (Feb 27, 2017):
Hi,
Note, it is currently possible to use an implicit date axis by using date input data for the X-axis, see the example below. This Feature Request is mainly to add an explicit chart date axis option (like Excel) to enable max and min values and a few other features. Also note, the max and min is also currently available if you use a scatter chart (although the units won't be clear).
Example:
Output:

@kruftindustries commented on GitHub (Jan 13, 2026):
Ready for review