Hi HN,<p>I maintain QuickChart [0], an open-source web service that renders images from Chart.js configs. It is useful to people who are embedding charts in static contexts such as emails or PDFs.<p>A lot of people from no-code communities have reached out for help with crafting their Chart.js configs. So I decided to make this interactive chart builder that lets you create a chart template and generate dynamic charts from it.<p>The idea is that you get most of the flexibility of hand-coding a Chart.js config, but adding your data to it from a spreadsheet/airtable/no-code app is as easy as appending a few values to your custom chart endpoint.<p>[0] <a href="https://github.com/typpo/quickchart" rel="nofollow">https://github.com/typpo/quickchart</a> and <a href="https://quickchart.io/" rel="nofollow">https://quickchart.io/</a>