You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 months ago | |
|---|---|---|
| .. | ||
| README.md | 5 months ago | |
| echarts-ui.vue | 2 years ago | |
| echarts.ts | 5 months ago | |
| index.ts | 5 months ago | |
| types.ts | 5 months ago | |
| use-echarts.ts | 6 months ago | |
README.md
ECharts Plugin
ECharts 图表插件,预置常用组件和图表类型。
导出
| 导出 | 类型 | 说明 |
|---|---|---|
default |
对象 | echarts 实例 |
EchartsUI |
组件 | 图表容器组件 |
ECOption |
类型 | 图表配置类型 |
useEcharts |
函数 | 组合式函数 |
使用
import { EchartsUI, useEcharts, ECOption } from '@vben/plugins/echarts';
类型
import type { ECOption } from '@vben/plugins/echarts';
预置组件
- TitleComponent
- TooltipComponent
- GridComponent
- LegendComponent
- ToolboxComponent
- DatasetComponent
- TransformComponent
预置图表
- BarChart
- LineChart
- PieChart
- RadarChart