const getChartExport = (title, config, imageFile) => { return ` ${title ? `${title}` : ''}
`; }; module.exports = getChartExport;