Demos
Charts Rendering
Render line, bar, and pie charts on the canvas using SVG
Showing line, bar, pie charts on the canvas.
There are several tools that will help you display and change charts in Polotno Editor:
- Using an SVG library to generate an SVG image of a chart.
- With the
svgelement you can show the generated SVG image on the canvas. - Use the
customattribute of thesvgshape to save any additional data into the element. You can use it to store chart data for future reference.