alaglil

Results 4 issues of alaglil

I use FIFO Queue and , I get an empty result in receiveMessage function, thanks for your help ``` $result = $sqs->sendMessage(new SendMessageRequest([ 'QueueUrl' => $queueUrl, 'DelaySeconds' => 0, 'MessageGroupId'...

When I added $series->setLabelPosition(Series::LABEL OUTSIDE END); it doesn't change anything ` // Generate sample data for second chart echo date('H:i:s') . ' Generate sample data for chart' . EOL; $seriesData...

I visualize the rendering online, when I change from Bar to Pie it works well but with Bar an empty page is displayed, at the beginning I have the result...

Type - Bug
Component - PowerPoint2007

With $serieOb->setDlblNumFormat('#%') I have the % which is only displayed when the value is 0. Is there a way to hide it if the value is 0? ![image](https://github.com/PHPOffice/PHPPresentation/assets/46752931/ac8cb1f7-ce5c-40a4-ad1a-4996594210ff) ``` $serieOb...