0.0.1 • Published 7 months ago
@oiij/v-charts v0.0.1
UseVCharts
Features:
Usage
安装
pnpm add @oiij/v-charts使用
<script setup lang="ts">
import type { ISpec } from '@oiij/v-charts'
import { useVCharts } from '@oiij/v-charts'
import { ref } from 'vue'
const option: ISpec = ref({
// ...
})
const { domRef } = useVCharts(option)
</script>
<template>
<div ref="domRef" style="width: 100%; height: 100%;" />
</template>License
MIT
0.0.1
7 months ago