Generate SVG tags for a Section with a graph
Can anyone suggest me, how to generate a svg tags for a section with graph. My requirement is to export a chart to PDF. We have chart on UI and When I inspect it, I got the svg tags, and I created a section(HTML) by hard coding these svg tags, then using HTMLToPDF and View OOTB activities, i am able to export the chart.
now I want to know how to generate svg tags for a Section with graph using a function or other rules. Please advise.