Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
50446bb459
commit
30e3579e7c
31
js/ui/chart/docs/notes/comparison.md
Normal file
31
js/ui/chart/docs/notes/comparison.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# Comparison with Other Charting Libraries
|
||||
|
||||
Library Features
|
||||
|
||||
| Feature | Chart.js | D3 | HighCharts | Chartist |
|
||||
| ------- | -------- | --- | ---------- | -------- |
|
||||
| Completely Free | ✓ | ✓ | | ✓ |
|
||||
| Canvas | ✓ | | | |
|
||||
| SVG | | ✓ | ✓ | ✓ |
|
||||
| Built-in Charts | ✓ | | ✓ | ✓ |
|
||||
| 8+ Chart Types | ✓ | ✓ | ✓ | |
|
||||
| Extendable to Custom Charts | ✓ | ✓ | | |
|
||||
| Supports Modern Browsers | ✓ | ✓ | ✓ | ✓ |
|
||||
| Extensive Documentation | ✓ | ✓ | ✓ | ✓ |
|
||||
| Open Source | ✓ | ✓ | | ✓ |
|
||||
|
||||
Built in Chart Types
|
||||
|
||||
| Type | Chart.js | HighCharts | Chartist |
|
||||
| ---- | -------- | ---------- | -------- |
|
||||
| Combined Types | ✓ | ✓ | |
|
||||
| Line | ✓ | ✓ | ✓ |
|
||||
| Bar | ✓ | ✓ | ✓ |
|
||||
| Horizontal Bar | ✓ | ✓ | ✓ |
|
||||
| Pie/Doughnut | ✓ | ✓ | ✓ |
|
||||
| Polar Area | ✓ | ✓ | |
|
||||
| Radar | ✓ | | |
|
||||
| Scatter | ✓ | ✓ | ✓ |
|
||||
| Bubble | ✓ | | |
|
||||
| Gauges | | ✓ | |
|
||||
| Maps (Heat/Tree/etc.) | | ✓ | |
|
Loading…
Reference in New Issue
Block a user