oleibman

Results 266 comments of oleibman

Sorry, no secondary axis yet. If you want to open a feature request, preferably with a simple example or two, I can put it on my to-do list. I will...

I agree that I see a problem with the newer version. But your spreadsheet has 12 charts! Is it possible, for starters, to give me a fighting chance by creating...

Just as a suggestion, each chart has to be explicitly added to the spreadsheet using `$sheet->addChart($chart)`. Can you comment these out then add them back one by one till something...

Try making it a two-cell anchor drawing by adding the following statement before setWorksheet: ```php $drawing->setCoordinates2('G7'); ``` BTW, I don't think the two alignment statements have any effect on the...

Try: ```php $drawing->setOffsetX2($drawing->getImageWidth()); $drawing->setOffsetY2($drawing->getImageHeight()); ```

In the code you submitted after I suggested `setOffsetX2`, I do not see my original recommendation `setCoordinates2`. My experiments indicate that specifying setCoordinates2 causes the image to fill the rectangle...

I don't know that we want to get into the business of directly supporting all configuration options for products with which we interface. But I believe you should be able...

Confirming - this is still a problem.

There have been a lot of changes to Chart processing over the last few months, and I believe the change you suggested is among them. Can you test again and...

I am unable to duplicate this problem using samples/images/termsconditions.jpg as the source of the Memory Drawing. If you still have a problem with your file, can you please upload the...