Skip to content

Commit

Permalink
Fix reveal slide to display chart
Browse files Browse the repository at this point in the history
  • Loading branch information
g21589 committed Nov 30, 2015
1 parent ab58cc9 commit 8df58a8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reveal/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<link rel="stylesheet" href="plugin/chart/nv.d3.min.css">

<!--Add support for earlier versions of Internet Explorer -->
<!--[if lt IE 9]>
Expand Down Expand Up @@ -145,6 +146,8 @@

<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script src="plugin/chart/d3.min.js"></script>
<script src="plugin/chart/nv.d3.min.js"></script>

<script>
if (localStorage) {
Expand Down
5 changes: 5 additions & 0 deletions reveal/plugin/chart/d3.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions reveal/plugin/chart/nv.d3.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions reveal/plugin/chart/nv.d3.min.js

Large diffs are not rendered by default.

0 comments on commit 8df58a8

Please sign in to comment.