PhpSpreadsheet/samples/Chart
Chris Wolcott d49567aad0
File containing a chart can be opened by Excel 2003/2013/2019
All chart examples passed the displayBlanksAs parameter as 0 instead of 'gap'.
I added a constants EMPTY_AS_GAP, EMPTY_AS_ZERO and EMPTY_AS_SPAN to the
DataSeries and then change all chart samples to use this new constant.

Fixes #1337
Closes #1448
2020-05-17 19:28:27 +09:00
..
32_Chart_read_write.php Upgrade to PHP-CS-Fixer 2.7 2017-10-01 20:07:04 +09:00
32_Chart_read_write_HTML.php Upgrade to latest PHP_CodeSniffer 2018-08-06 11:02:16 +09:00
32_Chart_read_write_PDF.php Upgrade to latest PHP_CodeSniffer 2018-08-06 11:02:16 +09:00
33_Chart_create_area.php File containing a chart can be opened by Excel 2003/2013/2019 2020-05-17 19:28:27 +09:00
33_Chart_create_bar.php Merge all examples together 2017-10-01 17:48:59 +09:00
33_Chart_create_bar_stacked.php File containing a chart can be opened by Excel 2003/2013/2019 2020-05-17 19:28:27 +09:00
33_Chart_create_column.php File containing a chart can be opened by Excel 2003/2013/2019 2020-05-17 19:28:27 +09:00
33_Chart_create_column_2.php File containing a chart can be opened by Excel 2003/2013/2019 2020-05-17 19:28:27 +09:00
33_Chart_create_composite.php File containing a chart can be opened by Excel 2003/2013/2019 2020-05-17 19:28:27 +09:00
33_Chart_create_line.php File containing a chart can be opened by Excel 2003/2013/2019 2020-05-17 19:28:27 +09:00
33_Chart_create_multiple_charts.php File containing a chart can be opened by Excel 2003/2013/2019 2020-05-17 19:28:27 +09:00
33_Chart_create_pie.php File containing a chart can be opened by Excel 2003/2013/2019 2020-05-17 19:28:27 +09:00
33_Chart_create_pie_custom_colors.php File containing a chart can be opened by Excel 2003/2013/2019 2020-05-17 19:28:27 +09:00
33_Chart_create_radar.php File containing a chart can be opened by Excel 2003/2013/2019 2020-05-17 19:28:27 +09:00
33_Chart_create_scatter.php File containing a chart can be opened by Excel 2003/2013/2019 2020-05-17 19:28:27 +09:00
33_Chart_create_stock.php File containing a chart can be opened by Excel 2003/2013/2019 2020-05-17 19:28:27 +09:00
34_Chart_update.php Merge all examples together 2017-10-01 17:48:59 +09:00
35_Chart_render.php Upgrade chart rendering support to be composer based 2017-10-29 01:58:42 +09:00