From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Wed, 24 Mar 2021 13:39:48 +0000 (+0100) Subject: Remove the comparrison doc page (#8709) X-Git-Tag: v3.0.0-rc.4~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39140cca2e36333abb7ab4309a6b4ee2c52e4d95;p=thirdparty%2FChart.js.git Remove the comparrison doc page (#8709) --- 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',