Rawgraphs 2.0 is a visualization framework for creating beautiful graphics for your data. Please see the official website for details and examples. As the title says, it's a docker container suitable for self-hosting. At the moment it is still in beta and unfortunately it doesn't seem to work for x32-bit architectures. Perhaps this will be resolved once a stable version is released.
You can only run this container on localhost, or from an ssl-enabled hostname. Below is a working docker compose file. After a minute or so you can access the application on http://localhost:3339
version: "3"
services:
rawgraphs:
image: hvalev/rawgraphs2.0:latest
container_name: rawgraphs
ports:
- 3339:3000
restart: always
Rawgraphs 2.0. Please consider supporting this fantastic project.