# hexo-statistics-charts

> Render statistics of hexo poats, categories, and tags into charts.

Latest version **3.3.1** (published 2020-08-19) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install hexo-statistics-charts
pnpm add hexo-statistics-charts
yarn add hexo-statistics-charts
bun add hexo-statistics-charts
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.3.1 |
| Published | 2020-08-19 |
| First published | 2020-05-06 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 27.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | HCLonely |
| Maintainers | george16886 |
| Keywords | hexo, plugin, statistics, charts |

## Links

- npm: https://www.npmjs.com/package/hexo-statistics-charts
- npm.io page: https://npm.io/package/hexo-statistics-charts

## Dependencies (2)

- [moment](https://npm.io/package/moment.md) ^2.24.0
- [cheerio](https://npm.io/package/cheerio.md) ^1.0.0-rc.3

## Alternatives

- [d3-force-3d](https://npm.io/package/d3-force-3d.md) — 1.0M weekly downloads
- [ng2-charts](https://npm.io/package/ng2-charts.md) — 486.8K weekly downloads
- [@arcgis/core](https://npm.io/package/@arcgis/core.md) — 257.8K weekly downloads
- [react-sparklines](https://npm.io/package/react-sparklines.md) — 249.3K weekly downloads
- [react-native-gifted-charts](https://npm.io/package/react-native-gifted-charts.md) — 182.3K weekly downloads

## Recent versions

- 3.3.1 (latest) — 2020-08-19
- 3.3.0 — 2020-06-04
- 3.2.6 — 2020-05-26
- 3.2.5 — 2020-05-24
- 3.2.4 — 2020-05-18
- 3.2.2 — 2020-05-12
- 3.2.1 — 2020-05-11
- 3.2.0 — 2020-05-11
- 3.1.3 — 2020-05-11
- 3.1.2 — 2020-05-11
- 2.0.5 — 2020-05-10
- 1.1.2 — 2020-05-06
- 1.1.1 — 2020-05-06
- 1.1.0 — 2020-05-06

## README

<!-- This file is modified by george16886 -->
# HEXO Statistics Charts
> Modified from [hexo-charts](https://www.npmjs.com/package/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](https://george16886.nctu.me/info/)

---

## Description
Render statistics of hexo poats, categories, and tags into charts.
> Inspired by HEXO theme [matery](https://github.com/blinkfox/hexo-theme-matery).

* Plugin for
  * Post Statistics
  * Post Calendar
  * Tag Statistics
  * Category Statistics
  * Category Radar chart

[DEMO](https://george16886.nctu.me/info/)

---

## Installation
```shell
npm install --save hexo-statistics-charts
```

---

## Usage

* Post Calendar
```html
<div id="posts-calendar"></div>
```

* Post Statistics
```html
<div id="posts-chart"></div>
```

* Tag Statistics
```html
<!-- "data-length" = how many tags to show, default 10 -->
<div id="tags-chart" data-length="10"></div>
```

* Category Statistics (without title)
```html
<div id="categories-chart"></div>
```

* Category Radar Chart (without title)
```html
<div id="categories-radar"></div>
```

---

## Screenshots

* Post Calendar
  
![Imgur](https://i.imgur.com/Br9R7u1.png)

* Post Statistics
  
![Imgur](https://i.imgur.com/Rz8Dvae.png)

* Tag Statistics
  
![Imgur](https://i.imgur.com/e2ZVwrX.png)

* Category Statistics (without title)
  
![Imgur](https://i.imgur.com/f0qtTMZ.png)

* Category Radar Chart (without title)
  
![Imgur](https://i.imgur.com/CiELyWd.png)

---

## License
[Apache License 2.0](https://github.com/george16886/hexo-statistics-charts/blob/master/LICENSE)

---
_Source: https://npm.io/package/hexo-statistics-charts · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
