[GH-ISSUE #87] Feature request: Chart data options #75

Closed
opened 2026-05-05 11:36:54 -06:00 by gitea-mirror · 9 comments
Owner

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.

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. - [x] Chart series option: Trendline - [x] Chart series option: Error Bars - [x] Chart series option: Data Labels - [x] Chart set_up_down_bars() - [x] Chart show_blanks_as() - [x] Chart show_hidden_data() - [x] Gap - [x] Overlap - [x] Chart series option: Data Table - [x] Chart series option: Points - [x] Chart series option: Smooth - [x] Chart set_drop_lines() - [x] Chart set_high_low_lines() - [x] Cluster chart Add +1 for any of these features to increase the priority and to get a notification when it is enabled.
gitea-mirror 2026-05-05 11:36:54 -06:00
Author
Owner

@jmcnamara commented on GitHub (Jan 16, 2017):

Chart points added in version 0.6.1.

<!-- gh-comment-id:272749285 --> @jmcnamara commented on GitHub (Jan 16, 2017): Chart points added in version 0.6.1.
Author
Owner

@jmcnamara commented on GitHub (Jan 16, 2017):

Series smoothing added in 0.6.2.

<!-- gh-comment-id:272985662 --> @jmcnamara commented on GitHub (Jan 16, 2017): Series smoothing added in 0.6.2.
Author
Owner

@jmcnamara commented on GitHub (Jan 19, 2017):

Added chart_set_drop_lines() and chart_set_high_low_lines() functions in 0.6.3.

<!-- gh-comment-id:273646132 --> @jmcnamara commented on GitHub (Jan 19, 2017): Added `chart_set_drop_lines()` and `chart_set_high_low_lines()` functions in 0.6.3.
Author
Owner

@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.

<!-- gh-comment-id:274248448 --> @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.
Author
Owner

@jmcnamara commented on GitHub (Jan 21, 2017):

Added functions to set the overlap and gap between series: chart_set_series_overlap() and chart_set_series_gap(), in 0.6.5.

<!-- gh-comment-id:274265526 --> @jmcnamara commented on GitHub (Jan 21, 2017): Added functions to set the overlap and gap between series: `chart_set_series_overlap()` and `chart_set_series_gap()`, in 0.6.5.
Author
Owner

@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() and chart_show_hidden_data().

<!-- gh-comment-id:274305307 --> @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()` and `chart_show_hidden_data()`.
Author
Owner

@jmcnamara commented on GitHub (Jan 25, 2017):

Version 0.6.7 January 24 2017

  • Added chart data labels.
<!-- gh-comment-id:275043481 --> @jmcnamara commented on GitHub (Jan 25, 2017): Version 0.6.7 January 24 2017 - Added chart data labels.
Author
Owner

@jmcnamara commented on GitHub (Jan 28, 2017):

Version 0.6.8 January 28 2017

  • Added chart error bars.
<!-- gh-comment-id:275808552 --> @jmcnamara commented on GitHub (Jan 28, 2017): Version 0.6.8 January 28 2017 - Added chart error bars.
Author
Owner

@jmcnamara commented on GitHub (Jan 30, 2017):

Version 0.6.9 January 30 2017

  • Added chart trendlines.
<!-- gh-comment-id:275959165 --> @jmcnamara commented on GitHub (Jan 30, 2017): Version 0.6.9 January 30 2017 - Added chart trendlines.
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#75
No description provided.