1.0.6 • Published 3 years ago

vue-wordcloud-echarts v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

vue-wordcloud-echarts

Description

vue echarts 词云组件

1,npm install vue-wordcloud-echarts --save 2,页面中引入 import wordcloud-echarts from 'vue-wordcloud-echarts'; 3,示例使用

<div v-for="(item, index) in [1, 2, 3, 4, 5]" :key="index">
  <wordcloud
    :key="index"
    :options="options"
    :src="image"
    width="300px"
    height="300px"
  ></wordcloud>
</div>

vue 词云组件

props类型是否必传描述default
optionsArraytrue词云数据[]
imageStringtrue词云背景图''
widthStringfalse词云宽度500px
heightStringfalse词云高度500px

options

参数类型描述
namestring词云类目名称
valuenumber词云数量
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago