A simple plugin for inserting Highcharts by using tags in Hexo Demo
npm install hexo-highcharts --save
{% highcharts %}
// highcharts options here
{% endhighcharts %}
you can use ajax data set options:
{
url: "",
method: "GET" || "POST",
params: { ... }
}
data format is highcharts options series