ECharts GL
ECharts GL is a powerful 3D visualization extension for Apache ECharts, providing enhanced rendering capabilities for creating stunning 3D charts and visualizations.Overview
ECharts GL extends the core ECharts library with WebGL-based rendering, enabling you to create:- 3D Charts: 3D bar charts, scatter plots, surface plots, and more
- Geographic Visualizations: 3D maps and globe visualizations
- Graph Layouts: 3D force-directed graphs
- Advanced Effects: Realistic lighting, shadows, and post-processing effects
Installation
Using npm
Using CDN
Basic Usage
After installing ECharts GL, you can use it directly with ECharts:3D Chart Types
ECharts GL provides several 3D chart types:3D Scatter
3D Bar
3D Surface
3D Line
Globe Visualization
Create interactive 3D globe visualizations:Visual Effects
Lighting
Control realistic lighting effects:Post-Processing
Add visual effects like depth of field and color correction:Camera Control
Customize the 3D viewpoint:Resources
- GitHub Repository: ecomfe/echarts-gl
- Examples: ECharts GL Examples
- API Documentation: ECharts GL API
Browser Support
ECharts GL requires WebGL support. It works in:- Chrome 9+
- Firefox 4+
- Safari 5.1+
- Edge (all versions)
- IE 11 (with limitations)