mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #87] Feature request: Chart data options #75
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#75
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 (Jan 4, 2017).
Original GitHub issue: https://github.com/jmcnamara/libxlsxwriter/issues/87
Originally assigned to: @jmcnamara on GitHub.
Chart series option: Trendline
Chart series option: Error Bars
Chart series option: Data Labels
Chart set_up_down_bars()
Chart show_blanks_as()
Chart show_hidden_data()
Gap
Overlap
Chart series option: Data Table
Chart series option: Points
Chart series option: Smooth
Chart set_drop_lines()
Chart set_high_low_lines()
Cluster chart
Add +1 for any of these features to increase the priority and to get a notification when it is enabled.
@jmcnamara commented on GitHub (Jan 16, 2017):
Chart points added in version 0.6.1.
@jmcnamara commented on GitHub (Jan 16, 2017):
Series smoothing added in 0.6.2.
@jmcnamara commented on GitHub (Jan 19, 2017):
Added
chart_set_drop_lines()andchart_set_high_low_lines()functions in 0.6.3.@jmcnamara commented on GitHub (Jan 21, 2017):
Added chart data table option, see
chart_set_table(),chart_set_table_grid()and Clustered Chart example in 0.6.4.@jmcnamara commented on GitHub (Jan 21, 2017):
Added functions to set the overlap and gap between series:
chart_set_series_overlap()andchart_set_series_gap(), in 0.6.5.@jmcnamara commented on GitHub (Jan 22, 2017):
Version 0.6.6 January 22 2017
Added functions to set chart Up-Down bars: see
chart_set_up_down_bars()and
chart_set_up_down_bars_format()and chart_data_tools.c.Added functions to handle blank and hidden data in charts: see
chart_show_blanks_as()andchart_show_hidden_data().@jmcnamara commented on GitHub (Jan 25, 2017):
Version 0.6.7 January 24 2017
@jmcnamara commented on GitHub (Jan 28, 2017):
Version 0.6.8 January 28 2017
@jmcnamara commented on GitHub (Jan 30, 2017):
Version 0.6.9 January 30 2017