apexcharts/apexcharts.js

📊 Interactive JavaScript Charts built on SVG

View on GitHub ↗Jump to charts ↓Open shareable report →

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 3rd, 2026
Created on July 24th, 2018
Open Issues & Pull Requests: 304 (+0)
GitHub issues: Enabled
Number of forks: 1,375
Total Stargazers: 15,149 (+0)
Total Subscribers: 123 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.1 days
Mean response time: 117.7 days
90th percentile: 332.5 days
Tracked items: 503

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 3 days, while "no-issue-activity" waits about 5 weeks. Only 10% of issues opened in the past year have been closed. Three people close 91% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 99
New in 7 days: 3
Closed in 7 days: 7
Avg open age: 713 days
Stale 30+ days: 94
Stale 90+ days: 94

Recent activity

Opened in 7 days: 2
Closed in 7 days: 6
Comments in 7 days: 2
Events in 7 days: 18

Top labels

  • bug (381)
  • no-issue-activity (115)
  • feature-request (111)
  • high-priority (8)
  • verified (6)
  • xaxis (5)
  • doc (3)
  • markers (3)

Detailed Description

ApexCharts is a JavaScript charting library that renders interactive charts built on SVG for dashboards, SaaS applications, and data-heavy user interfaces.

The library addresses the need for modern, interactive data visualization by providing eighteen or more chart types including line, area, bar, column, pie, donut, radar, heatmap, treemap, candlestick, boxplot, violin, funnel, pyramid, and gauge charts. It renders charts as real SVG, enabling server-side rendering support for Next.js, Nuxt, SvelteKit, Astro, and other meta-frameworks. The tool includes keyboard navigation and ARIA support for accessibility and requires zero runtime dependencies, meaning it works in any JavaScript framework or vanilla JavaScript without requiring React, Vue, or D3.

Developers should choose ApexCharts when building data visualization features for web applications where interactivity and visual polish matter. The library suits projects where bundle size is a concern, as it offers tree-shaking capabilities that allow importing only needed chart types and features, typically reducing bundles to thirty to sixty percent smaller than full builds. It is particularly valuable for teams already invested in TypeScript, since full type definitions ship with the package without requiring separate type installations. The tool works equally well in framework-based projects or vanilla JavaScript applications.

The project maintains active development with ongoing feature additions and refinements. The codebase is written in TypeScript with comprehensive type coverage built in from the start. The library is designed with tree-shaking as a core principle, allowing granular control over what gets included in production bundles. Server-side rendering support is implemented across multiple modern meta-frameworks, indicating sustained attention to contemporary development patterns. The project emphasizes accessibility as a built-in concern rather than an afterthought, with keyboard navigation and ARIA support integrated throughout.