Kevin Smeeks
Kevin Smeeks
My proxies seem to be getting blocked by websites after switching to selenium-wire. I am using Linux. Previously, I would use selenium with pyvirtualdisplay and add proxies through a chrome...
I am trying to format the labels on the y axis `$axis->setFormatCode('#.0\%');` I have tested and this will work as expected if you change Writer\PowerPoint2007\PptCharts.php on line 2279 to `$objWriter->writeAttribute('sourceLinked',...
Commit: 6a57c84 I have an issue with charts that contain blank values. What I have tested with the newer feature setDisplayBlankAs works nicely. The issue is in PHPPresentation/src/PhpPresentation/Writer/PowerPoint2007/PptCharts.php on line...
Creating charts fail when the first element of a series is null. This fix will check the data type of a series based on the first non-null element of the...
There is an issue with setting a bar charts bar grouping to Bar::GROUPING_STACKED or Bar::GROUPING_PERCENTSTACKED. PowerPoint gives a message that file needs repaired. Commenting this out of the stacked bar...