Skip to content

UnifyChart 水文图表组件

依赖@dfsj/echarts 内提供的hooks。

基础用法

vue
<script setup lang="ts">
  import {UnifyChart} from "@dfsj/components"; 
   
  
</script>

<template>
  <template>
    <UnifyChart/>
  </template>
</template>

属性

属性说明类型可选值默认值

方法

方法名说明回调参数