hexo-tag-echarts3 icon indicating copy to clipboard operation
hexo-tag-echarts3 copied to clipboard

A simple plugin for inserting ECharts 3 by using tags in Hexo.

hexo-tag-echarts

npm Travis David David

Insert Echarts in Hexo by using tags.

Install

$ npm install hexo-tag-echarts --save

Usage

{% echarts 400 '85%' %}
\\TODO echarts option goes here
{% endecharts %}

For more details, visit Demo here.