@xintao1105/echarts-tool
TypeScript icon, indicating that this package has built-in type declarations

1.0.22 • Public • Published

安装

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}/>

Readme

Keywords

Package Sidebar

Install

npm i @xintao1105/echarts-tool

Weekly Downloads

2

Version

1.0.22

License

none

Unpacked Size

86.2 kB

Total Files

17

Last publish

Collaborators

  • zhangxt1105