[GH-ISSUE #86] Feature request: Chart axis options #70

Closed
opened 2026-05-05 11:36:27 -06:00 by gitea-mirror · 10 comments
Owner

Originally created by @jmcnamara on GitHub (Jan 4, 2017).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/86

Originally assigned to: @jmcnamara on GitHub.

  • name
  • name_font
  • num_font
  • num_format
  • line
  • fill
  • pattern
  • min
  • max
  • minor_unit
  • major_unit
  • interval_unit
  • interval_tick
  • minor_tick_mark
  • major_tick_mark
  • display_units
  • display_units_visible
  • crossing
  • Number format
  • position_axis
  • reverse
  • log_base
  • label_position
  • major_gridlines
  • minor_gridlines
  • visible

Add +1 for any of these features to increase the priority and to get a notification when it is enabled.

Originally created by @jmcnamara on GitHub (Jan 4, 2017). Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/86 Originally assigned to: @jmcnamara on GitHub. - [x] name - [x] name_font - [x] num_font - [x] num_format - [x] line - [x] fill - [x] pattern - [x] min - [x] max - [x] minor_unit - [x] major_unit - [x] interval_unit - [x] interval_tick - [x] minor_tick_mark - [x] major_tick_mark - [x] display_units - [x] display_units_visible - [x] crossing - [x] Number format - [x] position_axis - [x] reverse - [x] log_base - [x] label_position - [x] major_gridlines - [x] minor_gridlines - [x] visible Add +1 for any of these features to increase the priority and to get a notification when it is enabled.
gitea-mirror 2026-05-05 11:36:27 -06:00
Author
Owner

@jmcnamara commented on GitHub (Jan 6, 2017):

Major/minor gridline handling added in 0.5.1.

<!-- gh-comment-id:270798965 --> @jmcnamara commented on GitHub (Jan 6, 2017): Major/minor gridline handling added in 0.5.1.
Author
Owner

@jmcnamara commented on GitHub (Jan 7, 2017):

Visible feature added as chart_axis_off() in 0.5.2.

<!-- gh-comment-id:271053812 --> @jmcnamara commented on GitHub (Jan 7, 2017): Visible feature added as `chart_axis_off()` in 0.5.2.
Author
Owner

@jmcnamara commented on GitHub (Jan 8, 2017):

Added position_axis in 0.5.3.

<!-- gh-comment-id:271124134 --> @jmcnamara commented on GitHub (Jan 8, 2017): Added `position_axis` in 0.5.3.
Author
Owner

@jmcnamara commented on GitHub (Jan 9, 2017):

Added label_position in 0.5.4.

<!-- gh-comment-id:271198580 --> @jmcnamara commented on GitHub (Jan 9, 2017): Added `label_position` in 0.5.4.
Author
Owner

@jmcnamara commented on GitHub (Jan 10, 2017):

Added minor_unit and major_unit in 0.5.5.

<!-- gh-comment-id:271561361 --> @jmcnamara commented on GitHub (Jan 10, 2017): Added `minor_unit` and `major_unit` in 0.5.5.
Author
Owner

@jmcnamara commented on GitHub (Jan 11, 2017):

Added interval_unit and interval_tick in 0.5.6.

<!-- gh-comment-id:271739218 --> @jmcnamara commented on GitHub (Jan 11, 2017): Added `interval_unit` and `interval_tick` in 0.5.6.
Author
Owner

@jmcnamara commented on GitHub (Jan 12, 2017):

Added display_units and display_units_visible in 0.5.7.

<!-- gh-comment-id:272036870 --> @jmcnamara commented on GitHub (Jan 12, 2017): Added `display_units` and `display_units_visible` in 0.5.7.
Author
Owner

@jmcnamara commented on GitHub (Jan 13, 2017):

Added chart_axis_set_major_tick_mark() and chart_axis_set_minor_tick_mark() in 0.5.8.

<!-- gh-comment-id:272322868 --> @jmcnamara commented on GitHub (Jan 13, 2017): Added `chart_axis_set_major_tick_mark()` and `chart_axis_set_minor_tick_mark()` in 0.5.8.
Author
Owner

@jmcnamara commented on GitHub (Jan 14, 2017):

Added support for chart axis crossing with chart_axis_set_crossing() and chart_axis_set_crossing_max() in 0.5.9.

<!-- gh-comment-id:272588152 --> @jmcnamara commented on GitHub (Jan 14, 2017): Added support for chart axis crossing with `chart_axis_set_crossing()` and `chart_axis_set_crossing_max()` in 0.5.9.
Author
Owner

@jmcnamara commented on GitHub (Jan 16, 2017):

Axis number format added in version 0.6.0.

<!-- gh-comment-id:272749248 --> @jmcnamara commented on GitHub (Jan 16, 2017): Axis number format added in version 0.6.0.
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#70
No description provided.