3.3.1 • Published 5 years ago
hexo-statistics-charts
Licence
Apache-2.0
Version
3.3.1
Deps
2
Size
27 kB
Vulns
0
Weekly
0
HEXO Statistics Charts
Modified from hexo-charts.
Changes
- Translated into English.
- Remove title of category statistics chart.
- Enlarge size of category statistics chart.
- Add post canlendar.
- Add category radar chart.
DEMO
Description
Render statistics of hexo poats, categories, and tags into charts.
Inspired by HEXO theme matery.
- Plugin for
- Post Statistics
- Post Calendar
- Tag Statistics
- Category Statistics
- Category Radar chart
Installation
npm install --save hexo-statistics-charts
Usage
- Post Calendar
<div id="posts-calendar"></div>
- 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 (without title)
<div id="categories-chart"></div>
- Category Radar Chart (without title)
<div id="categories-radar"></div>
Screenshots
- Post Calendar

- Post Statistics

- Tag Statistics

- Category Statistics (without title)

- Category Radar Chart (without title)
