hexo-tag-echarts3

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

Usage no npm install needed!

<script type="module">
  import hexoTagEcharts3 from 'https://cdn.skypack.dev/hexo-tag-echarts3';
</script>

README

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.