[GH-ISSUE #309] Feature request: placing a horizontal line object on top off a chart #247

Closed
opened 2026-05-05 12:02:04 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @ungakatunga on GitHub (Sep 21, 2020).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/309

Originally assigned to: @jmcnamara on GitHub.

It will be very useful, to have a function set for placing some objects on top of a chart sheet. For example: a horizontal line and a separate textbox for the visualization of the median value etc.

Needed Function Set:

  • function to create a line object
  • function to stylize the line object
  • function to get the chart sheet coordinates for a specific value on axis x or y
  • function to get the chart dimension in chart sheet coordinates
  • function to place the line object on the chart sheet exactly
    ...
  • text box object analogous
Originally created by @ungakatunga on GitHub (Sep 21, 2020). Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/309 Originally assigned to: @jmcnamara on GitHub. It will be very useful, to have a function set for placing some objects on top of a chart sheet. For example: a horizontal line and a separate textbox for the visualization of the median value etc. Needed Function Set: - function to create a line object - function to stylize the line object - function to get the chart sheet coordinates for a specific value on axis x or y - function to get the chart dimension in chart sheet coordinates - function to place the line object on the chart sheet exactly ... - text box object analogous
gitea-mirror 2026-05-05 12:02:04 -06:00
Author
Owner

@jmcnamara commented on GitHub (Sep 21, 2020):

Unfortunately these features won't be added. Libxlsxwriter is mainly a port of the Python library XlsxWriter and this feature doesn't exist in the Python version.

Also, this would be quite difficult to implement.

So, unfortunately this is a won't fix.

<!-- gh-comment-id:696413597 --> @jmcnamara commented on GitHub (Sep 21, 2020): Unfortunately these features won't be added. Libxlsxwriter is mainly a port of the Python library XlsxWriter and this feature doesn't exist in the Python version. Also, this would be quite difficult to implement. So, unfortunately this is a won't fix.
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#247
No description provided.