# useEcharts
useEcharts (opens new window) Hooks 基于 Echarts 封装, 官网 (opens new window)。
# Props
| 名称 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| ref | React.RefObject | React.MutableRefObject | 显示图表的DOM | |
| initOption | EChartOption | echarts option | |
| theme | string | object | macarons | 主题 |
# Example
在线代码
@/pages/home/components/WorksChartCard (opens new window)