关于
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.
主要功能
- Access generated charts via unique URLs
- 0 GitHub stars
- Extensible with new chart types
- Generate bar and pie charts from input data
- Save charts as PNG images in a static directory
使用案例
- Providing a programmatic interface for data exploration and presentation
- Automating chart generation for reports and dashboards
- Embedding dynamic visualizations within web applications