# lycv-charts **Repository Path**: lyc_8/lycv-charts ## Basic Information - **Project Name**: lycv-charts - **Description**: 可视化组件库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-22 - **Last Updated**: 2024-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # @lycv/charts 一个基于 echarts5 的按需加载图表组件库 ## 目前支持图表 ```jsx import { Line, // 折线图 Bar, // 柱状图 LineBar, // 折柱图 Pie, // 饼图 Radar, // 雷达图 Funnel, // 漏斗图 Gauge, // 仪表盘 WordCloud, // 词云 LiquidFill, // 水球图 Tmap, // 地图 } from '@lycv/charts'; ``` ## API | 参数 | 说明 | 类型 | 默认值 | | ---------------- | -------------------- | -------- | ------- | | height | 图表高度 | number | 300 | | theme | 主题 | string | default | | option | 同 echarts 的 option | object | - | | getChartInstance | 获取图表实例回调 | function | - |