Skip to content

Commit

Permalink
feat: 增加词云图的封装
Browse files Browse the repository at this point in the history
基于echarts-wordcloud,将词云图集成到v-charts中
  • Loading branch information
maxy612 committed Oct 13, 2018
1 parent f6e14a4 commit 30ddf30
Show file tree
Hide file tree
Showing 11 changed files with 1,058 additions and 7 deletions.
4 changes: 3 additions & 1 deletion examples/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import candle from './candle'
import gauge from './gauge'
import tree from './tree'
import liquidfill from './liquidfill'
import wordcloud from './wordcloud'

export default {
bar,
Expand All @@ -33,5 +34,6 @@ export default {
candle,
gauge,
tree,
liquidfill
liquidfill,
wordcloud
}
Loading

0 comments on commit 30ddf30

Please sign in to comment.