add echart
This commit is contained in:
@@ -1 +1,3 @@
|
||||
.category-lists!= list_categories()
|
||||
<script src="https://npm.elemecdn.com/echarts@4.9.0/dist/echarts.min.js"></script>
|
||||
.category-lists!= list_categories()
|
||||
#categories-chart(data-parent="true" style="height: 300px; padding: 10px;")
|
||||
@@ -1,2 +1,4 @@
|
||||
<script src="https://npm.elemecdn.com/echarts@4.9.0/dist/echarts.min.js"></script>
|
||||
.tag-cloud-list.text-center
|
||||
!=cloudTags({source: site.tags, orderby: page.orderby || 'random', order: page.order || 1, minfontsize: 1.2, maxfontsize: 1.5, limit: 0, unit: 'em'})
|
||||
!=cloudTags({source: site.tags, orderby: page.orderby || 'random', order: page.order || 1, minfontsize: 1.2, maxfontsize: 1.5, limit: 0, unit: 'em'})
|
||||
#tags-chart(data-length="10" style="height: 300px; padding: 10px;")
|
||||
Reference in New Issue
Block a user