InstaChart is a tool to share charts as images. You can share charts as images, or convert charts to images for website, social media or add it to your workflows on Github.
Recently I am under the development of a code coverage reporting tool, which can comment diff between the various code and coverage metrics, on pull requests. In the markdown, I want to embed charts as images to Github's comments.
While services like QuickChart and Image-Charts have their merits, they rely on Chart.js and require additional tools like jsdom or canvas for image conversion. Using canvas especially requires headless Chrome and not high performant.
And both services have quota plan, So I decided to develop this high performance API, it uses less resources to achieve, to convert charts as images, and can be easily shared or use on websites.
Report
This one looks awesome. Definitely going to start using it :)
CoverItUp