v-depth-chart

vue 深度图组件,用于虚拟货币、股票等交易所使用

Usage no npm install needed!

<script type="module">
  import vDepthChart from 'https://cdn.skypack.dev/v-depth-chart';
</script>

README

vue深度图组件

常用于股市、虚拟货币等交易所使用

示意图

image

使用方式

1. 安装

npm i v-depth-chart

2. 引用

import VdepthChart from 'v-depth-chart'
// 全局引用
Vue.use(VdepthChart)

3.调用

<v-depth-chart :data="data"></v-depth-chart>

开发模式

npm run serve

打包

npm run build