@yank-note/extension-echarts

1.5.2 • Public • Published

ECharts Extension

This extension integrates ECharts into Yank Note.

Usage

```js
// --echarts--

const option = {
  xAxis: {
    type: "category",
    data: ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"]
  },
  yAxis: {
    type: "value"
  },
  series: [
    {
      data: [150, 230, 224, 218, 135, 147, 260],
      type: "line"
    }
  ]
}

chart.setOption(option, true)
```

Screenshots

Readme

Keywords

none

Package Sidebar

Install

npm i @yank-note/extension-echarts

Weekly Downloads

10

Version

1.5.2

License

AGPL-3.0

Unpacked Size

1.22 MB

Total Files

7

Last publish

Collaborators

  • purocean