mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-24 09:06:51 +01:00
Remove the comparrison doc page (#8709)
This commit is contained in:
committed by
GitHub
parent
4d69a8510c
commit
39140cca2e
@@ -1,33 +0,0 @@
|
||||
---
|
||||
title: Comparison with Other 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.) | | ✓ | |
|
||||
@@ -83,7 +83,6 @@ module.exports = {
|
||||
'developers/publishing'
|
||||
],
|
||||
'Additional Notes': [
|
||||
'notes/comparison',
|
||||
{
|
||||
type: 'link',
|
||||
label: 'Extensions',
|
||||
|
||||
Reference in New Issue
Block a user