diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-01 08:27:35 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-01 08:27:35 +0200 |
commit | 7a8b15833487ba83fb8714f89859ca2f57e70f50 (patch) | |
tree | b33ce8b5b6e10bef5cb5f907229bb413d501e144 /REFLECTION | |
parent | f2000a423fecf5c6f53bdfd40a92b81ca8acaec9 (diff) |
build using libxlsxwriter version 0.9.5
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -564,15 +564,15 @@ Extension [ <persistent> extension #101 xlswriter version 1.3.5 ] { Constant [ public int CHART_COLUMN_STACKED ] { 8 } Constant [ public int CHART_COLUMN_STACKED_PERCENT ] { 9 } Constant [ public int CHART_DOUGHNUT ] { 10 } - Constant [ public int CHART_PIE ] { 12 } - Constant [ public int CHART_SCATTER ] { 13 } - Constant [ public int CHART_SCATTER_STRAIGHT ] { 14 } - Constant [ public int CHART_SCATTER_STRAIGHT_WITH_MARKERS ] { 15 } - Constant [ public int CHART_SCATTER_SMOOTH ] { 16 } - Constant [ public int CHART_SCATTER_SMOOTH_WITH_MARKERS ] { 17 } - Constant [ public int CHART_RADAR ] { 18 } - Constant [ public int CHART_RADAR_WITH_MARKERS ] { 19 } - Constant [ public int CHART_RADAR_FILLED ] { 20 } + Constant [ public int CHART_PIE ] { 14 } + Constant [ public int CHART_SCATTER ] { 15 } + Constant [ public int CHART_SCATTER_STRAIGHT ] { 16 } + Constant [ public int CHART_SCATTER_STRAIGHT_WITH_MARKERS ] { 17 } + Constant [ public int CHART_SCATTER_SMOOTH ] { 18 } + Constant [ public int CHART_SCATTER_SMOOTH_WITH_MARKERS ] { 19 } + Constant [ public int CHART_RADAR ] { 20 } + Constant [ public int CHART_RADAR_WITH_MARKERS ] { 21 } + Constant [ public int CHART_RADAR_FILLED ] { 22 } Constant [ public int CHART_LEGEND_NONE ] { 0 } Constant [ public int CHART_LEGEND_RIGHT ] { 1 } Constant [ public int CHART_LEGEND_LEFT ] { 2 } |