fsdonks / proc

MARATHON post proccessor
0 stars 0 forks source link

integerate optional headless chart generation with pptx output #17

Closed fs-tom closed 7 years ago

fs-tom commented 7 years ago

For the higher-order run pipelines, like proc.example/do-multiple-charts-from and proc.example/save-all-marathons [should be refactored btw....], create a higher-order function to emit all chart results to pptx files. Assume a consistent layout (perhaps 2? slides per file).

mpavlak1 commented 7 years ago

Added option ppt option to do-charts-from and do-multiple-charts from which expects a map with the keys :filename :template and :num-per-slide, where filename is the file that will be saved, template is the caa template ppt, and num-per-slide is a number [1 4].