I have a set of applications that are created on different platforms that need graphics. Instead of extracting the data into the application and visualizing the diagrams initially, I wanted to instead pull out the diagrams in the form of images that are processed on the server side.
I searched the Internet to find out if others did this, but I canβt find anything. Does anyone know of any libraries or tools that will be:
- Chart creation
- Has some kind of static file for diagrams
- Does any caching / expiration of the graphs do so that they do not appear every time they are called?
Ideally, this will scale to S3 or so.
I found something like Highcharts-server-render , but it is only No. 1 from the list above and still requires work to do No. 2 and 3.
Steve
source share