Sliick Charts brings professional, high-performance data visualization directly to your Salesforce Lightning pages. Visualize Salesforce data natively with beautiful SVG charts built specifically for the platform. Sliick Charts provides a lightweight, secure, and zero-dependency solution for enterprise dashboards.
Read the Sliick Charts: Complete User Guide

[!NOTE] Free and Open Source Forever. Sliick Charts is an open source project released under the Apache License 2.0, giving you the freedom to use, modify, and distribute it in any project. https://github.com/sliickgit/sliick-charts
Key Features
📊 Multi-Chart Support
One component, infinite possibilities. Render Donut, Pie, Bar, Column, Line, and Area charts with a single LWC.
⚡ Ultra Lightweight
By bypassing heavy libraries like D3.js or Chart.js, Sliick Charts ensures your Lightning pages remain lightning fast. All geometry is calculated on-the-fly using native LWC logic.
🎨 Fully Themeable
Configure your charts directly in the Lightning App Builder or Flow Builder. Customize sizes, colors, thickness, and visibility toggles without touching a single line of code.
Why Sliick Charts?
While powerful libraries like Chart.js or D3.js are popular for standard web development, they often introduce complexity and security hurdles within the Salesforce ecosystem. Sliick Charts was created to provide a high-performance alternative that “just works” on the platform.
Comparison Table
| Feature | Sliick Charts (Native) | External Libraries (e.g., Chart.js) |
|---|---|---|
| Footprint | 0 KB (Zero-dependency) | ~200+ KB (Minified/Gzipped) |
| Security | 100% Native LWC | 3rd Party Script Injection Risk |
| LWS/Locker | Native Compliance | Potential Memory leaks, DOM access errors, and global scope conflicts |
| Data Privacy | Stays in Browser | Potential for external leak via script |
| Setup | Managed Package / Drag & Drop | Static Resources / Apex Controllers |
| Apex Usage | None | Often required for data transformations |
[!IMPORTANT] Why native compliance matters: External libraries often break in Salesforce Lightning Locker or Lightning Web Security (LWS) because they require unauthorized DOM manipulation or direct access to global objects that are sandboxed by the platform. Sliick Charts uses native LWC templates and reactive properties, ensuring 100% compatibility without the need for complex workarounds or security exceptions.
Security & Architecture
Sliick Charts is engineered with a Security-First mindset:
- 100% Client-Side: All data processing and rendering happen in the browser. No data ever leaves your Salesforce instance.
- Zero External API Calls: No Remote Site Settings or CSP Trusted Sites required.
- No Apex Code: Reduces the server-side attack surface to zero. Pure LWC.
- LWS Compliant: Fully compatible with Lightning Web Security (LWS) and Locker Service.
Open Source & Community
Sliick Charts isn’t just a tool; it’s a commitment to the Salesforce open-source ecosystem.
- Apache 2.0 License: Pure freedom to use, fork, and build upon.
- No Hidden Costs: Every feature is available for everyone, from individual developers to global enterprises.
- Open Community: Completely public and open. Join us on GitHub to contribute, report issues, or suggest new features.
Technical Specifications
| Feature | Specification |
|---|---|
| Namespace | sliick |
| Component Type | Lightning Web Component (LWC) |
| Supported Targets | Record Pages, App Pages, Home Pages, Flows |
| License | Apache 2.0 |
| Dependency | 100% Native SVG (Zero 3rd-party JS) |
Quick Installation
Add Sliick Charts to your Salesforce org in seconds:
- Get it on AppExchange
- Follow our Complete User Guide for step-by-step setup instructions.
- Drag the Sliick Charts component onto any Lightning page.
- Paste your data JSON and start visualizing!
Key Features
- Multi-Chart Support: Donut, Pie, Bar, Column, Line, and Area
- Ultra Lightweight: 0 KB (Zero-dependency)
- Security: 100% Native LWC / LWS Compliant
- Managed Package / Drag & Drop Ready