PHPPresentation icon indicating copy to clipboard operation
PHPPresentation copied to clipboard

Change series values format type

Open nasanchez opened this issue 1 year ago • 2 comments

I am using several types of graph with PHPPresentation, in example, a 3D pie chart like this:

image

As you can see, numbers are 66,7 and 33,3. If I use the function $series->setShowPercentage(true); I have this values shown as % but when I go to PPT option 'Edit values in excel' these values are in general format.

image

I would like that these values were in % format. Is there any way to change this?

Thanks!

nasanchez avatar Sep 09 '24 11:09 nasanchez

@nasanchez Hi, have you got a sample file with the expected result ?

Progi1984 avatar Sep 09 '24 18:09 Progi1984

@Progi1984 This is the ppt file that I generate, I hope it helps.

1725952845_dynamic_sampling.pptx

nasanchez avatar Sep 10 '24 07:09 nasanchez