hexo-tag-antv
Insert AntV in Hexo by using tags.
Install
$ npm install hexo-tag-antv --save
Usage
{% antv 300 %}
data:[
// TODO antv data goes here
],
options: {
// TODO antv options goes here
}
{% endantv %}
For more details, visit hexo-tag-antv Demo here.