@xintao1105/echarts-tool
v1.1.7
Published
```bash npm install @xintao1105/echarts-tool ```
Downloads
29
Readme
安装
npm install @xintao1105/echarts-tool
or
yarn add @xintao1105/echarts-tool
示例代码
import {Legend, tooltip, grid} from '@xintao1105/echarts-tool';
import "@xintao1105/echarts-tool/dist/style.css";
import type { legendProps,tooltipProps } from '@xintao1105/echarts-tool';
const ars:legendProps = {
onClick: (e) => { console.log("onClick", e) }
}
<Legend {...ars}/>