Skip to content

Commit

Permalink
feat: 新增词云图
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-fe committed Feb 13, 2019
1 parent 616be79 commit ddbd5bf
Show file tree
Hide file tree
Showing 7 changed files with 1,077 additions and 3 deletions.
4 changes: 3 additions & 1 deletion app/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import gauge from './gauge'
import sunburst from './sunburst'
import treemap from './treemap'
import tree from './tree'
import wordcloud from './wordcloud'

export default {
bar,
Expand All @@ -21,5 +22,6 @@ export default {
gauge,
sunburst,
treemap,
tree
tree,
wordcloud
}
Loading

0 comments on commit ddbd5bf

Please sign in to comment.