Quantipy / quantipy

Python for people data
MIT License
66 stars 14 forks source link

PPTX - auto set chart type in PptxPainter.queue_slide_items #1331

Closed AndersFreund closed 3 years ago

AndersFreund commented 4 years ago

Using PptxPainter.queue_slide_items can result in a dataframe different to the one when auto setting the chart type. I will let PptxPainter.queue_slide_items accept 'auto' as a value for PptxChain.chart_type, and if so, I will auto set the chart type using auto_charttype

AndersFreund commented 3 years ago

https://github.com/Quantipy/quantipy/pull/1332