PhpSpreadsheet/samples/Chart
oleibman 3861f7e37e
Charts - Add Support for Date Axis (#3018)
* Charts - Add Support for Date Axis

Fix #2967. Fix #2969 (which had already been fixed prior to opening the issue, but had added urgency for Date Axes). Add ability to set axis type to date axis, in addition to original possiblities of value axis and category axis.

* Update 33_Chart_create_line_dateaxis.php

No idea why php-cs-fixer is complaining. It didn't do so when I first uploaded. I can't duplicate problem on my own system. Not enough detail in error message for me to act. Grasping at straws, I have moved the function definition (which is the only use of braces in the entire script) from the end of the script to the beginning.

* Update 33_Chart_create_line_dateaxis.php

Some comments were mis-aligned. This may be related to the reasons behind PR #3025, which didn't take care of this because this script had not yet been merged.
2022-08-24 19:31:55 -07: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 Replace Dev jpgraph/jpgraph with mitoteam/jpgraph (#2997) 2022-08-13 18:14:25 -07:00
32_Chart_read_write_PDF.php Replace Dev jpgraph/jpgraph with mitoteam/jpgraph (#2997) 2022-08-13 18:14:25 -07:00
33_Chart_create_area.php Scrutinizer Complains Some Samples Class Name Conflict with Jpgraph (#2684) 2022-03-16 15:59:53 -07:00
33_Chart_create_bar.php Merge all examples together 2017-10-01 17:48:59 +09:00
33_Chart_create_bar_custom_colors.php Additional Support for Chart DataSeriesValues (#2906) 2022-06-29 17:52:09 -07:00
33_Chart_create_bar_labels_lines.php Move Gridlines from Chart to Axis (#2923) 2022-07-07 21:48:12 -07:00
33_Chart_create_bar_stacked.php Scrutinizer Complains Some Samples Class Name Conflict with Jpgraph (#2684) 2022-03-16 15:59:53 -07:00
33_Chart_create_bubble.php Charts Additional Support for Layout and DataSeriesValues (#2922) 2022-07-04 08:43:54 -07:00
33_Chart_create_column.php Scrutinizer Complains Some Samples Class Name Conflict with Jpgraph (#2684) 2022-03-16 15:59:53 -07:00
33_Chart_create_column_2.php Scrutinizer Complains Some Samples Class Name Conflict with Jpgraph (#2684) 2022-03-16 15:59:53 -07:00
33_Chart_create_composite.php Scrutinizer Complains Some Samples Class Name Conflict with Jpgraph (#2684) 2022-03-16 15:59:53 -07:00
33_Chart_create_line.php Additional Support for Chart DataSeriesValues (#2906) 2022-06-29 17:52:09 -07:00
33_Chart_create_line_dateaxis.php Charts - Add Support for Date Axis (#3018) 2022-08-24 19:31:55 -07:00
33_Chart_create_multiple_charts.php Scrutinizer Complains Some Samples Class Name Conflict with Jpgraph (#2684) 2022-03-16 15:59:53 -07:00
33_Chart_create_pie.php Scrutinizer Complains Some Samples Class Name Conflict with Jpgraph (#2684) 2022-03-16 15:59:53 -07:00
33_Chart_create_pie_custom_colors.php Scrutinizer Complains Some Samples Class Name Conflict with Jpgraph (#2684) 2022-03-16 15:59:53 -07:00
33_Chart_create_radar.php Scrutinizer Complains Some Samples Class Name Conflict with Jpgraph (#2684) 2022-03-16 15:59:53 -07:00
33_Chart_create_scatter.php Scrutinizer Complains Some Samples Class Name Conflict with Jpgraph (#2684) 2022-03-16 15:59:53 -07:00
33_Chart_create_scatter2.php Minor changes, mainly cosmetic 2022-08-24 16:19:41 +02:00
33_Chart_create_scatter3.php Minor changes, mainly cosmetic 2022-08-24 16:19:41 +02:00
33_Chart_create_scatter4.php Charts - Gradients, Transparency, Hidden Axes (#2950) 2022-07-23 08:06:13 -07:00
33_Chart_create_scatter5_trendlines.php Charts - Add Support for Date Axis (#3018) 2022-08-24 19:31:55 -07:00
33_Chart_create_stock.php Scrutinizer Complains Some Samples Class Name Conflict with Jpgraph (#2684) 2022-03-16 15:59:53 -07:00
34_Chart_update.php Testing - Delete Temp Files When No Longer Needed (#1488) 2020-05-24 20:03:07 +09:00
35_Chart_render.php Replace Dev jpgraph/jpgraph with mitoteam/jpgraph (#2997) 2022-08-13 18:14:25 -07:00