hellosean1025 / node-echarts

Generate chart by echarts in nodejs.
281 stars 88 forks source link

Adds async/await support to get buffer, tests #14

Closed OKNoah closed 6 years ago

OKNoah commented 6 years ago

See index.test.js for usage. Can do:

const data = await echarts({
    width: 1000,
    height: 500,
    option
  })

And to test:

npm run test