TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A no-code chart builder

1 pointsby typpoabout 4 years ago

1 comment

typpoabout 4 years ago
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&#x2F;airtable&#x2F;no-code app is as easy as appending a few values to your custom chart endpoint.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;typpo&#x2F;quickchart" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;typpo&#x2F;quickchart</a> and <a href="https:&#x2F;&#x2F;quickchart.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;quickchart.io&#x2F;</a>