PHPPresentation
PHPPresentation copied to clipboard
Is it possible to implement this chart using phppresentation ?
Hello, I was trying to implement this chart using this library, but i didn't find the class XYChart that can help implement it. Am i missing something, or does it work differently ?
Thanks
i think I've just asked the same question and am having the same issue. How far did you get?
I think the two big stumbling blocks are that you can't add the third dimension (for the bubble size) or set the chart type, if I do this as a scatter chart using the series data as X=>Y, it opens in the PPT as a line with the dots in the correct places, I can then add additional data (in the PPT (for the bubble size) and set the chart type. I think with enough digging I could get the chart type to work but I can;t find anyway to add the third dimension of the data?
Did you get any further?
@paulwhit99 : Hi, You can try to use the setSize function $oSeries->getMarker()->setSize($size) but your whole serie will have this size, so each bubble should be in a different serie.