You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [* ] a bug report
- [ ] a feature request
- [ ] **not** a usage question (ask them on https://stackoverflow.com/questions/tagged/phpspreadsheet or https://gitter.im/PHPOffice/PhpSpreadsheet)
What is the expected behavior?
If I set the colors for a BarChar, I'm expecting the lines to have those colors.
What is the current behavior?
BarChar don't have those colors
What are the steps to reproduce?
Take the sample file 33_Chart_create_bar_stacked.php, and add a color.
just change this line
$dataSeriesValues = array(
new DataSeriesValues(DataSeriesValues::DATASERIES_TYPE_NUMBER, 'Worksheet!$D$2:$D$5', NULL, 4, array(), null, '000000')) ;
Which versions of PhpSpreadsheet and PHP are affected?
the latest
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
If this is still an issue for you, please try to help by debugging it further and sharing your results.
Thank you for your contributions.
This is:
What is the expected behavior?
If I set the colors for a BarChar, I'm expecting the lines to have those colors.
What is the current behavior?
BarChar don't have those colors
What are the steps to reproduce?
Take the sample file 33_Chart_create_bar_stacked.php, and add a color.
just change this line
$dataSeriesValues = array(
new DataSeriesValues(DataSeriesValues::DATASERIES_TYPE_NUMBER, 'Worksheet!$D$2:$D$5', NULL, 4, array(), null, '000000')) ;
Which versions of PhpSpreadsheet and PHP are affected?
the latest
The text was updated successfully, but these errors were encountered: