function renderChart(slide, chartData) { slide.addChart(chartData.chartType, chartData.data, chartData.options); } module.exports = { renderChart };