Customization Guide
Master designs, colors, styles, and animations for stunning visualizations
6 Built-in Designs
Custom Colors & Design
Smooth Animations
Design Showcase
Explore 6 built-in designs with live chart examples
Pie Chart
Column Chart
Bar Chart
Default Design
Professional blue/violet palette with balanced styling and smooth animations.
Color Palette
Features
Animations: ✓
Shadows: ✓
Border Radius: 8px
Duration: 800ms
Code Example
const forge = new ChartForge({ darkMode: localStorage.getItem('theme') === 'dark' });
const chart = forge.createChart('container', 'pie', {
design: 'default',
showLabels: true,
showLegend: true,
showTooltip: true,
customColor: true
});
Color Customization
Custom Color Palette
Create your own color scheme and apply it to data points
Live Preview
Preset Color Schemes
Animation Customization
Animation Settings
Fine-tune animation effects for engaging visualizations
500ms
2000ms
5000ms
Animation Preview
Ready to Get Started?
Download ChartForge and start creating amazing charts today