Generates and serves dynamic bar and pie charts from structured data via a web-based API.
This Python-based service offers a powerful solution for transforming structured data into interactive visualizations. Built with FastAPI and Altair, it allows users to programmatically generate custom bar and pie charts, save them as PNG images, and access them through unique URLs via a REST API. Its modular design also supports easy extension with new chart types, making it a versatile tool for data presentation and integration into other applications.
Características Principales
01Access generated charts via unique URLs
020 GitHub stars
03Extensible with new chart types
04Generate bar and pie charts from input data
05Save charts as PNG images in a static directory
Casos de Uso
01Providing a programmatic interface for data exploration and presentation
02Automating chart generation for reports and dashboards
03Embedding dynamic visualizations within web applications