Good morning
I'm looking to make a graph like this (see the image link) ?
Multiple values, multiple columns.Is it possible ?
I searched through the examples and didn't find any solutions.
Thanks in advance
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowGood morning
I'm looking to make a graph like this (see the image link) ?
Multiple values, multiple columns.Is it possible ?
I searched through the examples and didn't find any solutions.
Thanks in advance
Hello,
DOCX documents support clustered and stacked column charts. But they can't be mixed in the same chart because MS Word doesn't support it.
The best approach for this task is generating a combo chart with a stacked column and a line chart. phpdocx supports generating combo charts.
Regards.