为vue.js提供功能更强大,更灵活的图表库 。
安装
用法
import Vue from "vue"
import Trend from "vuetrend"
Vue.use(Trend)
vue组件
<trend
:data="[0, 2, 5, 9, 5, 10, 3, 5, 0, 0, 1, 8, 2, 9, 0]"
:gradient="['#6fa8dc', '#42b983', '#2c3e50']"
auto-draw
smooth
>
</trend>
链接: https://fly63.com/nav/2251