Hi, in my current project my client requires me to include an area chart and a table inside an email. This email will be scheduled to be blasted once a week using a timer.
Currently I have the area chart and table inside a block.
Is there any way to send the area chart and table as an HTML element for the email?
Hi Nurul,
You need to send two things in the email as HTML.
To incorporate the tables, you can create them directly in HTML. As for the area charts, currently, the only method to include them in the email is by converting the charts into images. Once you have the image files, you can embed these images into your HTML email.