0.2.4 • Published 3 years ago

@codeciting/vuepress-plugin-echarts v0.2.4

Weekly downloads
5
License
MIT
Repository
-
Last release
3 years ago

vuepress-plugin-echarts

TODO: description

Usage

const vuepressPluginEcharts = require('vuepress-plugin-echarts');

// TODO: DEMONSTRATE API

:::echarts 600px 400px { xAxis: { type: 'category', data: 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun' }, yAxis: { type: 'value' }, series: [{ data: 820, 932, 901, 934, 1290, 1330, 1320, type: 'line' }] } :::