[PR #78] [CLOSED] errors fixed, added new features #412

Closed
opened 2026-05-05 12:15:14 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/78
Author: @ViacheslavL
Created: 11/18/2016
Status: Closed

Base: masterHead: master


📝 Commits (5)

  • eba708a Merge pull request #72 from akuhtr/master
  • 8657d26 initial commit for chart and image positioning option
  • 56d64c3 build fixed, possible to change legend position, correct names in chart series when scatter style chosen
  • dd1a55d added function for setting axis values format, copy/paste errors fixed
  • 1d6436a min and max values added for axises in chart

📊 Changes

6 files changed (+113 additions, -19 deletions)

View changed files

📝 include/xlsxwriter/chart.h (+15 -2)
📝 src/chart.c (+76 -14)
📝 src/drawing.c (+5 -0)
📝 src/packager.c (+1 -1)
📝 src/utility.c (+1 -1)
📝 src/worksheet.c (+15 -1)

📄 Description

  • added function for setting axis's format
  • added legend positioning
  • errors fixed
  • image positioning implemented (experimental)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jmcnamara/libxlsxwriter/pull/78 **Author:** [@ViacheslavL](https://github.com/ViacheslavL) **Created:** 11/18/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`eba708a`](https://github.com/jmcnamara/libxlsxwriter/commit/eba708ae45687f9b18636c466f6abd16534284a8) Merge pull request #72 from akuhtr/master - [`8657d26`](https://github.com/jmcnamara/libxlsxwriter/commit/8657d26323485e1bee6add0e7e827bca85ae4824) initial commit for chart and image positioning option - [`56d64c3`](https://github.com/jmcnamara/libxlsxwriter/commit/56d64c310fd94f5986368dbf229d5911a7a7072b) build fixed, possible to change legend position, correct names in chart series when scatter style chosen - [`dd1a55d`](https://github.com/jmcnamara/libxlsxwriter/commit/dd1a55dc716f26d6ba7bed406fcd53eb6ca7fe84) added function for setting axis values format, copy/paste errors fixed - [`1d6436a`](https://github.com/jmcnamara/libxlsxwriter/commit/1d6436ae94fbffbf69d2d44aa03aa159c4189074) min and max values added for axises in chart ### 📊 Changes **6 files changed** (+113 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `include/xlsxwriter/chart.h` (+15 -2) 📝 `src/chart.c` (+76 -14) 📝 `src/drawing.c` (+5 -0) 📝 `src/packager.c` (+1 -1) 📝 `src/utility.c` (+1 -1) 📝 `src/worksheet.c` (+15 -1) </details> ### 📄 Description - added function for setting axis's format - added legend positioning - errors fixed - image positioning implemented (experimental) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 12:15:14 -06:00
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#412
No description provided.