File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Chart.js module for adding a new categorical scale which mimics a hierarchical tree.
6
6
7
- ** Works only with Chart.js >= 3.0.0**
8
-
9
7
![ hierarchy] ( https://user-images.githubusercontent.com/4129778/41763778-6722e04a-75ff-11e8-84ad-1b417fd25c65.gif )
10
8
9
+ ## Related Plugins
10
+
11
+ Check out also my other chart.js plugins:
12
+ * [ chartjs-chart-boxplot] ( https://github.com/sgratzl/chartjs-chart-boxplot ) for rendering boxplots and violin plots
13
+ * [ chartjs-chart-error-bars] ( https://github.com/sgratzl/chartjs-chart-error-bars ) for rendering errors bars to bars and line charts
14
+ * [ chartjs-chart-geo] ( https://github.com/sgratzl/chartjs-chart-geo ) for rendering map, bubble maps, and choropleth charts
15
+ * [ chartjs-chart-graph] ( https://github.com/sgratzl/chartjs-chart-graph ) for rendering graphs, trees, and networks
16
+ * [ chartjs-chart-pcp] ( https://github.com/sgratzl/chartjs-chart-pcp ) for rendering parallel coordinate plots
17
+ * [ chartjs-chart-venn] ( https://github.com/sgratzl/chartjs-chart-venn ) for rendering venn and euler diagrams
18
+ * [ chartjs-chart-wordcloud] ( https://github.com/sgratzl/chartjs-chart-wordcloud ) for rendering word clouds
19
+
11
20
## Install
12
21
13
22
``` bash
You can’t perform that action at this time.
0 commit comments