hexo-highcharts

2.0.1 • Public • Published

hexo-highcharts

A simple plugin for inserting Highcharts by using tags in Hexo Demo

Install

npm install hexo-highcharts --save

usage

{% highcharts %}
// highcharts options here
{% endhighcharts %}

you can use ajax data set options:

{
    url: "",
    method: "GET" || "POST",
    params: { ... }
}

data format is highcharts options series

Readme

Keywords

Package Sidebar

Install

npm i hexo-highcharts

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

4.06 kB

Total Files

4

Last publish

Collaborators

  • lilunze