]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove the comparrison doc page (#8709)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Wed, 24 Mar 2021 13:39:48 +0000 (14:39 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Mar 2021 13:39:48 +0000 (15:39 +0200)
docs/docs/notes/comparison.md [deleted file]
docs/sidebars.js

diff --git a/docs/docs/notes/comparison.md b/docs/docs/notes/comparison.md
deleted file mode 100644 (file)
index 3ea2618..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
----
-title: Comparison with Other Libraries
----
-
-Library Features
-
-| Feature | Chart.js | D3 | HighCharts | Chartist |
-| ------- | -------- | --- | ---------- | -------- |
-| Completely Free | &check; | &check; | | &check; |
-| Canvas | &check; | | | |
-| SVG | | &check; | &check; | &check; |
-| Built-in Charts | &check; | | &check; | &check; |
-| 8+ Chart Types | &check; | &check; | &check; | |
-| Extendable to Custom Charts | &check; | &check; | | |
-| Supports Modern Browsers | &check; | &check; | &check; | &check; |
-| Extensive Documentation | &check; | &check; | &check; | &check; |
-| Open Source | &check; | &check; | | &check; |
-
-Built in Chart Types
-
-| Type | Chart.js | HighCharts | Chartist |
-| ---- | -------- | ---------- | -------- |
-| Combined Types | &check; | &check; | |
-| Line | &check; | &check; | &check; |
-| Bar | &check; | &check; | &check; |
-| Horizontal Bar | &check; | &check; | &check; |
-| Pie/Doughnut | &check; | &check; | &check; |
-| Polar Area | &check; | &check; | |
-| Radar | &check; | | |
-| Scatter | &check; | &check; | &check; |
-| Bubble | &check; | | |
-| Gauges | | &check; | |
-| Maps (Heat/Tree/etc.) | | &check; | |
index 29b99d3f7682372d9a8f0557c899427b857bf456..21fe9bb84f5e314bd12012ac4cd6e697ea0b4921 100644 (file)
@@ -83,7 +83,6 @@ module.exports = {
       'developers/publishing'
     ],
     'Additional Notes': [
-      'notes/comparison',
       {
         type: 'link',
         label: 'Extensions',