hexo-tag-echarts_vector
v1.0.2
Published
hexo使用echarts图表
Downloads
8
Readme
hexo-tag-echarts
Insert Echarts in Hexo by using tags. echarts不再维护https://github.com/zhoulvjun/hexo-tag-echarts 原来的echarts3链接没有更新,https://github.com/kchen0x/hexo-tag-echarts3 后来又发现hexo-tag-echarts-new,但是有很多报错,干脆重新优化一下原来的echarts3 所以写了这个插件
注意,hexo的插件必须以“hexo-”为开头,这样在generate的时候就会自动引入,否则无法使用
Install
$ npm install hexo-tag-echarts_vector --save
Usage
{% echarts 400 '85%' %}
\\TODO echarts option goes here
{% endecharts %}
For more details, visit Demo here.