This repository demonstrates the process of generating dynamic visualizations using ECharts, based on data prepared in Python, with Flask serving as the web framework to deliver the content.
- Python & Flask: For data generation and web server functionality.
- Web Browser: To display the visualization.
- Data Generation: Utilize Python to create a dataset.
- Flask Application: A Flask app serves an HTML page that employs ECharts for data visualization. The chart's color changes dynamically—red indicates positive values, and blue indicates negative values.
- Start the Flask application.
- Navigate to the provided URL in your web browser to view the chart.
The project allows for significant customization. Users are encouraged to modify the Python data generation script and the ECharts configuration to suit their specific requirements.
This guide offers a concise overview of creating interactive and dynamic data visualizations using ECharts and Flask. It is designed for users with a basic understanding of Python and web development.