ChartForge

Chart Gallery

Comprehensive collection of professional chart components for every data visualization need

9 Chart Types Live Examples Interactive

Pie Chart

Popular

Perfect for showing parts of a whole with beautiful animations. Supports donut mode, custom colors, interactive legends, and tooltips.

Donut Mode Legends Animations
Explore Pie Charts

Column Chart

Versatile

Ideal for comparing values across categories or time periods. Supports grouping, stacking, interactive legends, and multi-series data.

Stacked Grouped Legends
Explore Column Charts

Bar Chart

Ranking

Horizontal bars for ranking data or long labels. Supports multi-series, interactive legends, and dynamic animations.

Horizontal Legends Rankings
Explore Bar Charts

Line Chart

Trending

Ideal for time series and trends. Supports smooth curves, multi-series, interactive legends, and customizable points.

Time Series Legends Multi-Series
Explore Line Charts

Area Chart

Volume

Visualize volume and cumulative data with filled areas, interactive legends, and stacked options. Ideal for revenue and traffic metrics.

Filled Areas Legends Stacked
Explore Area Charts

Candlestick

Financial

Professional financial charts for OHLC data with optional volume bars and interactive tooltips. Ideal for stock and trading analysis.

OHLC Volume Tooltips
Explore Candlestick Charts

Bubble Chart

3D Data

Three-dimensional scatter plots with bubble size encoding. Supports multi-series, tooltips, and elastic animations.

3D Scatter Size Encoding Tooltips
Explore Bubble Charts

TreeMap

Hierarchical

Visualize hierarchical data with nested rectangles sized by value. Ideal for market share and portfolio analysis with interactive tooltips.

Hierarchical Proportional Tooltips
Explore TreeMap Charts

Radial Bar

Progress

Circular progress bars for KPIs and goal tracking. Supports multi-metric display, interactive legends, and smooth animations.

Circular Legends Progress
Explore Radial Bar Charts

Quick Start Guide

Get up and running with any chart type in minutes

Basic Setup


const forge = new ChartForge({ darkMode: localStorage.getItem('theme') === 'dark' });

const chart = forge.createChart('container-id', 'pie', {
    design: 'modern',
    showTooltip: true,
    showLabels: true,
    showLegend: true,
    showValues: true,
    innerRadius: 0, // Set to 0 for a full pie chart
    animations: true,
    animationDuration: 2000,
    customColor: false
});

chart.setData([
    { name: 'Technology', value: 120, color: '#8B5CF6' },
    { name: 'Finance', value: 85, color: '#10B981' },
    { name: 'Healthcare', value: 95, color: '#EF4444' }
]);
                                

Download Options

Full Library

All chart types included

Download (200KB)

Individual Charts

Pick only what you need

~20KB each

Core + Charts

Main file + specific charts

Recommended

Feature Comparison

See what each chart type offers

Chart Type Animations Multi-Series Interactive Legend Support Best For
Pie Chart Parts of whole
Column Chart Category comparisons
Bar Chart Rankings
Line Chart Time series trends
Area Chart Cumulative volumes
Candlestick Financial OHLC data
Bubble Chart 3D relationships
TreeMap Hierarchical data
Radial Bar Progress tracking

Ready to Build Amazing Charts?

Choose your chart type and start creating beautiful visualizations