mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 22:02:06 -06:00
[GH-ISSUE #36] Feature request: workbook_add_chart() #31
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#31
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 (Dec 10, 2015).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/36
Originally assigned to: @jmcnamara on GitHub.
Add
workbook_add_chart()function like the Python XlsxWriter Workbook methodadd_chart().See https://xlsxwriter.readthedocs.org/index.html
Add +1 as a comment to vote for this feature and to get an update when it is implemented.
@mts749 commented on GitHub (Dec 10, 2015):
+1
@nelson2005 commented on GitHub (Dec 10, 2015):
+1
@jmcnamara commented on GitHub (Jan 3, 2016):
Note, the Phase 1 features are now complete. Since there seems to be more interest in charts than in other features I've move this to the next in line feature.
It will take several months. I'll post updates as soon as there is some working code.
@mts749 commented on GitHub (Jan 3, 2016):
Great!! Many thanks. If I can help in any way please let me know.
@slugdev commented on GitHub (Mar 22, 2016):
+1
@jmcnamara commented on GitHub (May 2, 2016):
Just a note that I have started the chart implementation. It is on a development branch called charts but it is not ready for general consumption yet.
Nevertheless, I wanted to share the first working example:
Which gives this output:
I'll post an update when there is something usable for testing.
@nelson2005 commented on GitHub (May 4, 2016):
Sweet! It's great to see this progress on the charting!
@jmcnamara commented on GitHub (May 23, 2016):
The chart work is stable now and I have moved it to the master branch in preparation for a release in the next few days.
This took a bit of work:
I've updated the documentation see: chart.h and the chart example.
The documentation still needs some additional work before the release but the code is well tested and useable.
Note, not all of the chart features in the Perl/Python versions are available yet. That will take some time and I will open other issues trackers to track the progress of those.
I would be good if you could try the current version on master and let me know what you think.
@nelson2005 commented on GitHub (May 23, 2016):
Wow, you've been busy! This is such a cool project. Great work, I imagine it must be a little tedious for you, having done similar work a number of times before in Python/Perl/Lua
My main interest is the Lua end of things. Have you run into anyone else who has an interest in a Lua binding for libxlsxwriter?
Erik
@jmcnamara commented on GitHub (May 24, 2016):
@nelson2005 I'll open up a new Feature Request issue for Lua bindings to let people know. There are a couple of people who were active on the pure Lua port who might be interested in helping out. I'm not. :-)
@jmcnamara commented on GitHub (May 24, 2016):
The chart feature has been merged to master and released. I'll close this issue shortly when I open up some others to track the missing features.
@jmcnamara commented on GitHub (Jun 13, 2016):
See #51 for additional chart features. Closing this since the basic chart functionality has been added.