Skip to content

Commit

Permalink
Merge pull request #1067 from anthony-coble/add_word_cloud
Browse files Browse the repository at this point in the history
Feature: word cloud visualization
  • Loading branch information
arikfr authored Jun 13, 2016
2 parents abc790c + 2e88e7f commit 790128c
Show file tree
Hide file tree
Showing 5 changed files with 615 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rd_ui/app/app_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ <h1><span class="zmdi zmdi-lock"></span></h1>
<script src="/scripts/visualizations/table.js"></script>
<script src="/scripts/visualizations/pivot.js"></script>
<script src="/scripts/visualizations/date_range_selector.js"></script>
<script src="/scripts/visualizations/wordcloud.js"></script>
<script src="/scripts/vendor/cloud.js"></script>
<script src="/scripts/directives/directives.js"></script>
<script src="/scripts/directives/query_directives.js"></script>
<script src="/scripts/directives/dashboard_directives.js"></script>
Expand Down
Loading

0 comments on commit 790128c

Please sign in to comment.