diff --git a/docs/docs/notes/comparison.md b/docs/docs/notes/comparison.md deleted file mode 100644 index 3ea2618f5..000000000 --- a/docs/docs/notes/comparison.md +++ /dev/null @@ -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.) | | ✓ | | diff --git a/docs/sidebars.js b/docs/sidebars.js index 29b99d3f7..21fe9bb84 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -83,7 +83,6 @@ module.exports = { 'developers/publishing' ], 'Additional Notes': [ - 'notes/comparison', { type: 'link', label: 'Extensions',