I am trying this way to create a map chart. But unfortunately getting a blank slide.
import aspose.slides as slides
with slides.Presentation() as pres:
chart = pres.slides[0].shapes.add_chart(slides.charts.ChartType.MAP, 50, 50, 500, 400, False)
pres.save("mapChart.pptx", slides.export.SaveFormat.PPTX)
Also, I have tried to clone a chart from another ppt. It shows as a picture frame instead of a chart object.
This issue is mainly faced for map and map tree charts
using aspose python version: Aspose.Slides== 22.12.0
ubuntu: 22.04