[PR #499] [CLOSED] Feature request: Chart secondary axes #509

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

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/499
Author: @kruftindustries
Created: 12/22/2025
Status: Closed

Base: mainHead: main


📝 Commits (10+)

  • db68f25 Added additional tests and y2 upgrades
  • e85d8d7 Added additional tests and y2 upgrades
  • 60ea6e4 Updated code in preparation for V2.0.0 release
  • 4199590 Merge branch 'main' into master
  • 258db35 Merge pull request #3 from kruftindustries/master
  • 5549d70 Create libxlsxwriter_LV.h
  • 1f79682 Delete libxlsxwriter_LV.h
  • 4f5f270 Delete directory
  • e946a1a Update Readme.md
  • de1f1c9 Added labview subvis and controls to examples, updated tests

📊 Changes

318 files changed (+4632 additions, -273 deletions)

View changed files

📝 CMakeLists.txt (+1 -2)
📝 Changes.txt (+11 -3)
LabView/Controls/lxw_alignment.ctl (+0 -0)
LabView/Controls/lxw_border_style.ctl (+0 -0)
LabView/Controls/lxw_chart_axis_label_position.ctl (+0 -0)
LabView/Controls/lxw_chart_legend_position.ctl (+0 -0)
LabView/Controls/lxw_chart_marker_type.ctl (+0 -0)
LabView/Controls/lxw_chart_type.ctl (+0 -0)
LabView/Controls/lxw_error.ctl (+0 -0)
LabView/Controls/lxw_pattern_type.ctl (+0 -0)
LabView/Example_chartsheet.vi (+0 -0)
LabView/Example_scatter.vi (+0 -0)
LabView/VIs/chart add series lv.vi (+0 -0)
LabView/VIs/chart add series on axis.vi (+0 -0)
LabView/VIs/chart axis get.vi (+0 -0)
LabView/VIs/chart axis major gridlines set line.vi (+0 -0)
LabView/VIs/chart axis major gridlines set visible.vi (+0 -0)
LabView/VIs/chart axis minor gridlines set line.vi (+0 -0)
LabView/VIs/chart axis minor gridlines set visible.vi (+0 -0)
LabView/VIs/chart axis off.vi (+0 -0)

...and 80 more files

📄 Description

https://github.com/jmcnamara/libxlsxwriter/issues/88

Feel free to delete the Labview folder, change the version number etc.


🔄 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/499 **Author:** [@kruftindustries](https://github.com/kruftindustries) **Created:** 12/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`db68f25`](https://github.com/jmcnamara/libxlsxwriter/commit/db68f25150737e60a0848901c7b40c84c2e8da59) Added additional tests and y2 upgrades - [`e85d8d7`](https://github.com/jmcnamara/libxlsxwriter/commit/e85d8d768fff74e08d0953c8554d312b84a52476) Added additional tests and y2 upgrades - [`60ea6e4`](https://github.com/jmcnamara/libxlsxwriter/commit/60ea6e40204dc1672b6d7af7cfa25ea00cca9038) Updated code in preparation for V2.0.0 release - [`4199590`](https://github.com/jmcnamara/libxlsxwriter/commit/419959061bdeae4e1cf6773c14df5cf4ff1961d5) Merge branch 'main' into master - [`258db35`](https://github.com/jmcnamara/libxlsxwriter/commit/258db359a20de2654cb064be609be6763eacbcce) Merge pull request #3 from kruftindustries/master - [`5549d70`](https://github.com/jmcnamara/libxlsxwriter/commit/5549d707cc8c36db6893e20b444fc41a63ed76f8) Create libxlsxwriter_LV.h - [`1f79682`](https://github.com/jmcnamara/libxlsxwriter/commit/1f79682918a9dc42e2b94a5af06481e4212b45af) Delete libxlsxwriter_LV.h - [`4f5f270`](https://github.com/jmcnamara/libxlsxwriter/commit/4f5f270dbdd68e93d42c258d7ef98236d8c4f8cc) Delete directory - [`e946a1a`](https://github.com/jmcnamara/libxlsxwriter/commit/e946a1acab4289c102e18a8c2da15ae9694fc31d) Update Readme.md - [`de1f1c9`](https://github.com/jmcnamara/libxlsxwriter/commit/de1f1c9a3fa3d554359963b5a2e7bcb93153608c) Added labview subvis and controls to examples, updated tests ### 📊 Changes **318 files changed** (+4632 additions, -273 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -2) 📝 `Changes.txt` (+11 -3) ➕ `LabView/Controls/lxw_alignment.ctl` (+0 -0) ➕ `LabView/Controls/lxw_border_style.ctl` (+0 -0) ➕ `LabView/Controls/lxw_chart_axis_label_position.ctl` (+0 -0) ➕ `LabView/Controls/lxw_chart_legend_position.ctl` (+0 -0) ➕ `LabView/Controls/lxw_chart_marker_type.ctl` (+0 -0) ➕ `LabView/Controls/lxw_chart_type.ctl` (+0 -0) ➕ `LabView/Controls/lxw_error.ctl` (+0 -0) ➕ `LabView/Controls/lxw_pattern_type.ctl` (+0 -0) ➕ `LabView/Example_chartsheet.vi` (+0 -0) ➕ `LabView/Example_scatter.vi` (+0 -0) ➕ `LabView/VIs/chart add series lv.vi` (+0 -0) ➕ `LabView/VIs/chart add series on axis.vi` (+0 -0) ➕ `LabView/VIs/chart axis get.vi` (+0 -0) ➕ `LabView/VIs/chart axis major gridlines set line.vi` (+0 -0) ➕ `LabView/VIs/chart axis major gridlines set visible.vi` (+0 -0) ➕ `LabView/VIs/chart axis minor gridlines set line.vi` (+0 -0) ➕ `LabView/VIs/chart axis minor gridlines set visible.vi` (+0 -0) ➕ `LabView/VIs/chart axis off.vi` (+0 -0) _...and 80 more files_ </details> ### 📄 Description https://github.com/jmcnamara/libxlsxwriter/issues/88 Feel free to delete the Labview folder, change the version number etc. --- <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:17:46 -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#509
No description provided.