1.1.1 • Published 5 years ago
@george16886/hexo-charts v1.1.1
hexo Statistics Charts
- Plugin for
- Post Statistics
- Tag Statistics
- Category Statistics
from HEXO theme matery
Installation
npm install --save hexo-statistics-charts
Usage
Post Statistics
<div id="posts-chart"></div>
Tag Statistics
<!-- "data-length" = how many tags to show, default 10 -->
<div id="tags-chart" data-length="10"></div>
Category Statistics
<div id="categories-chart"></div>