[charts] Generate chart images on the backend / from an HTTP API #14303
Labels
component: charts
This is the name of the generic UI component, not the React module!
new feature
New feature or request
waiting for 👍
Waiting for upvotes
Summary
This issue is about solving the need to render charts in non-browser environments. In those environments, we need to generate images, but without access to a browser. So it's not the same as #11746.
The common use cases for this are:
The use case for low-performance browsers should be covered by #12180.
Examples
https://app.frontapp.com/open/cnv_17jtc13q
https://www.highcharts.com/docs/export-module/setting-up-the-server
Why: https://github.com/highcharts/node-export-server?tab=readme-ov-file#use-cases
QuickChart https://quickchart.io/ compatible with the chart.js AP, by https://twitter.com/iwebst/status/1633576480176496641.
Google Image Charts: https://groups.google.com/g/google-chart-api/c/rZtHTyYgyXI. But the service is shutting down.
The text was updated successfully, but these errors were encountered: