Hi HN,<p>I maintain a chart generation service, QuickChart (<a href="https://github.com/typpo/quickchart">https://github.com/typpo/quickchart</a>), which renders millions of charts per day. The most consistent pain point for users is that charts require some programming ability, or at least a strict JSON schema.<p>The idea is to make chart creation more approachable. Instead of messing around with D3 or Chart.js for a one-off, you can just embed <a href="https://quickchart.io/natural/red_bar_chart" rel="nofollow">https://quickchart.io/natural/red_bar_chart</a> in an image tag or iframe and call it a day. GPT generates a reasonable look & feel.<p>After you have a template that you're happy with, you can modify the chart with precision, e.g. <a href="https://quickchart.io/natural/red_bar_chart?data1=3,5,7" rel="nofollow">https://quickchart.io/natural/red_bar_chart?data1=3,5,7</a>. The idea is that you don't have to mess around with chart configs, hosting, etc.<p>I welcome your thoughts & feedback.