Skip to content

Conversation

@Manahil-Afzal
Copy link
Contributor

@Manahil-Afzal Manahil-Afzal commented Jan 14, 2026

Issue

Fixes issue: Add support for using ECharts in Angular projects.

Solution

  • Installed ngx-echarts and echarts in the project.
  • Created a sample Angular component (ChartComponent) to render charts.
  • Implemented a live data update example to demonstrate Angular integration.
  • Verified charts render correctly in Angular and update dynamically.

Testing

  1. Run Angular project using ng serve.
  2. Navigate to /chart route to see the chart.
  3. Confirm chart renders correctly and updates live data if applicable.

Before:
Before Echarts

After Testing (Angular ECharts Demo):
echart-anguler-Demo

Screenshot:
Anguler Development

The demo is shown using Angular’s development server (ng serve).

Note:
This PR adds a complete Angular example integration, which required
introducing new components, configuration, and documentation files.
No unrelated files were modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant