Skip to main content

FAQ

How can I make my chart look like X?

QuickChart uses the popular open-source Chart.js library, so you can use all Chart.js documentation and Chart.js-related search terms to answer questions on how to customize your chart. If you're stuck, feel free to ask in our community or email us.

Which Chart.js version should I use?

QuickChart supports v2, v3, and v4. The default is v2.9.4. Set version=4 when using a v4 configuration. See Chart.js versions for examples and migration notes.

Do I need a license to use QuickChart?

Users of QuickChart's paid versions retain full copyright to images they generate. Charts generated by QuickChart's free version are public domain, meaning you are free to use them for any purpose.

If you'd like to fork the code, keep in mind this project is licensed under AGPLv3 and you should make your code public and retain the copyright notice. If you'd like to license QuickChart privately or commercially, or if you'd like help setting up a private instance, please get in touch.

Is this a suitable replacement for Google Image Charts?

This service is a replacement for the Google Image Charts API, which turned off on March 14, 2019. QuickChart provides a drop-in replacement for Google Image Charts documented here.

QuickChart encourages the use of Chart.js format over the deprecated Google Image Charts format. Although Chart.js doesn't match exactly with the Google Image Charts API, it is a more flexible, general-purpose charting specification. Both Chart.js and QuickChart have strong open-source communities.

We encourage developers to choose a fully open-source solution over proprietary services in order to mitigate risk and future-proof their choice of API.

How reliable is QuickChart?

QuickChart is hosted on a cluster of redundant servers. The free service is rate limited; see pricing for current limits and error handling for retry guidance.

If you want to adjust rate limits or need a Service-Level Agreement with uptime guarantees, purchase a license or get in touch.

See also the QuickChart status page, which monitors uptime.

How can I contribute?

QuickChart is under active development. If you'd like to suggest a feature or modify QuickChart code, please open an issue or pull request on the QuickChart Github.