A lightweight, high-performance WebGL-based charting library for interactive data visualization. Telechart provides a flexible framework for creating responsive charts with customizable themes and real-time updates.
- Zero-dependencies: Built from scratch with no external dependencies
- WebGL Rendering: Hardware-accelerated graphics for smooth performance
- Responsive Design: Works across desktop and mobile devices
- Customizable Themes: Built-in day/night modes with extensible skinning system
- Interactive Controls: Zoom, pan, and select data points with intuitive controls
- Lightweight: Only 102KB minified
- Extensible Architecture: Modular design for easy customization
- Financial data visualization
- Time-series analytics
- Interactive dashboards
- Real-time data monitoring
- Performance metrics display
- WebGL for hardware-accelerated rendering
- Custom GLSL shaders for efficient graphics
- Vanilla JavaScript with modular architecture
- Custom event system for component communication
git clone https://github.com/sanyabeast/telechart.git
cd telechart
yarn install
yarn start
Then open localhost:8000 in your browser.
Supports all modern browsers with WebGL capabilities.