1.5.2 • Published 6 months ago

@yank-note/extension-echarts v1.5.2

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
6 months ago

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

npm.io

1.5.2

6 months ago

1.5.1

6 months ago

1.5.0

8 months ago

1.4.0

1 year ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago