Skip to content

Commit

Permalink
Changed version to 0.1.0-beta, and updated demo page.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinfhu committed Jan 26, 2016
1 parent 8d4a5f4 commit 61c1ca8
Show file tree
Hide file tree
Showing 9 changed files with 77 additions and 25 deletions.
14 changes: 11 additions & 3 deletions demo/bar-horizontal.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
<body class="dark">
<div class="container-fluid">
<div class="page-header">
<h1>Forest D3<small>&nbsp;&nbsp; A javascript charting library by Robin Hu</small></h1>
<h3><a href="https://github.com/robinfhu/forest-d3">Source Code</a></h3>
<h1><span id="forest-d3-title">Forest D3</span><small>&nbsp;&nbsp; A Javascript charting library by Robin Hu</small></h1>
<h4>
This webpage showcases some live examples of my charting library. Please enjoy!

</h4>
<h3><a href="https://github.com/robinfhu/forest-d3">Github Page</a></h3>
</div>
<div class="row">
<ul class="nav nav-pills">
Expand Down Expand Up @@ -47,8 +51,12 @@ <h3><a href="https://github.com/robinfhu/forest-d3">Source Code</a></h3>
<script src="app-bar-horizontal.js"></script>
</div>
<footer>
<div class="text-center"><small>&copy; 2015 Robin Hu</small></div>
<div class="text-center"><small>&copy; 2015-2016 Robin Hu</small></div>
</footer>
</div>
<script type="text/javascript">
var version = ForestD3.version;
document.getElementById('forest-d3-title').textContent = "Forest D3 " + version;
</script>
</body>
</html>
14 changes: 11 additions & 3 deletions demo/bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
<body class="dark">
<div class="container-fluid">
<div class="page-header">
<h1>Forest D3<small>&nbsp;&nbsp; A javascript charting library by Robin Hu</small></h1>
<h3><a href="https://github.com/robinfhu/forest-d3">Source Code</a></h3>
<h1><span id="forest-d3-title">Forest D3</span><small>&nbsp;&nbsp; A Javascript charting library by Robin Hu</small></h1>
<h4>
This webpage showcases some live examples of my charting library. Please enjoy!

</h4>
<h3><a href="https://github.com/robinfhu/forest-d3">Github Page</a></h3>
</div>
<div class="row">
<ul class="nav nav-pills">
Expand Down Expand Up @@ -55,8 +59,12 @@ <h3 class="text-center">Bar Chart</h3>
<script src="app-bar.js"></script>
</div>
<footer>
<div class="text-center"><small>&copy; 2015 Robin Hu</small></div>
<div class="text-center"><small>&copy; 2015-2016 Robin Hu</small></div>
</footer>
</div>
<script type="text/javascript">
var version = ForestD3.version;
document.getElementById('forest-d3-title').textContent = "Forest D3 " + version;
</script>
</body>
</html>
14 changes: 11 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
<body class="dark">
<div class="container-fluid">
<div class="page-header">
<h1>Forest D3<small>&nbsp;&nbsp; A javascript charting library by Robin Hu</small></h1>
<h3><a href="https://github.com/robinfhu/forest-d3">Source Code</a></h3>
<h1><span id="forest-d3-title">Forest D3</span><small>&nbsp;&nbsp; A Javascript charting library by Robin Hu</small></h1>
<h4>
This webpage showcases some live examples of my charting library. Please enjoy!

</h4>
<h3><a href="https://github.com/robinfhu/forest-d3">Github Page</a></h3>
</div>
<div class="row">
<ul class="nav nav-pills">
Expand All @@ -41,8 +45,12 @@ <h3 class="text-center">Line plus bar chart</h3>
<script src="app.js"></script>
</div>
<footer>
<div class="text-center"><small>&copy; 2015 Robin Hu</small></div>
<div class="text-center"><small>&copy; 2015-2016 Robin Hu</small></div>
</footer>
</div>
<script type="text/javascript">
var version = ForestD3.version;
document.getElementById('forest-d3-title').textContent = "Forest D3 " + version;
</script>
</body>
</html>
14 changes: 11 additions & 3 deletions demo/line.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
<body class="dark">
<div class="container-fluid">
<div class="page-header">
<h1>Forest D3<small>&nbsp;&nbsp; A javascript charting library by Robin Hu</small></h1>
<h3><a href="https://github.com/robinfhu/forest-d3">Source Code</a></h3>
<h1><span id="forest-d3-title">Forest D3</span><small>&nbsp;&nbsp; A Javascript charting library by Robin Hu</small></h1>
<h4>
This webpage showcases some live examples of my charting library. Please enjoy!

</h4>
<h3><a href="https://github.com/robinfhu/forest-d3">Github Page</a></h3>
</div>
<div class="row">
<ul class="nav nav-pills">
Expand Down Expand Up @@ -55,8 +59,12 @@ <h3 class="text-center">Line Chart</h3>
<script src="app-line.js"></script>
</div>
<footer>
<div class="text-center"><small>&copy; 2015 Robin Hu</small></div>
<div class="text-center"><small>&copy; 2015-2016 Robin Hu</small></div>
</footer>
</div>
<script type="text/javascript">
var version = ForestD3.version;
document.getElementById('forest-d3-title').textContent = "Forest D3 " + version;
</script>
</body>
</html>
14 changes: 11 additions & 3 deletions demo/ohlc.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
<body class="dark">
<div class="container-fluid">
<div class="page-header">
<h1>Forest D3<small>&nbsp;&nbsp; A javascript charting library by Robin Hu</small></h1>
<h3><a href="https://github.com/robinfhu/forest-d3">Source Code</a></h3>
<h1><span id="forest-d3-title">Forest D3</span><small>&nbsp;&nbsp; A Javascript charting library by Robin Hu</small></h1>
<h4>
This webpage showcases some live examples of my charting library. Please enjoy!

</h4>
<h3><a href="https://github.com/robinfhu/forest-d3">Github Page</a></h3>
</div>
<div class="row">
<ul class="nav nav-pills">
Expand All @@ -40,8 +44,12 @@ <h3 class="text-center">OHLC Chart</h3>
<script src="app-ohlc.js"></script>
</div>
<footer>
<div class="text-center"><small>&copy; 2015 Robin Hu</small></div>
<div class="text-center"><small>&copy; 2015-2016 Robin Hu</small></div>
</footer>
</div>
<script type="text/javascript">
var version = ForestD3.version;
document.getElementById('forest-d3-title').textContent = "Forest D3 " + version;
</script>
</body>
</html>
14 changes: 11 additions & 3 deletions demo/scatter.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@
<body class="dark">
<div class="container-fluid">
<div class="page-header">
<h1>Forest D3<small>&nbsp;&nbsp; A javascript charting library by Robin Hu</small></h1>
<h3><a href="https://github.com/robinfhu/forest-d3">Source Code</a></h3>
<h1><span id="forest-d3-title">Forest D3</span><small>&nbsp;&nbsp; A Javascript charting library by Robin Hu</small></h1>
<h4>
This webpage showcases some live examples of my charting library. Please enjoy!

</h4>
<h3><a href="https://github.com/robinfhu/forest-d3">Github Page</a></h3>
</div>
<div class="row">
<ul class="nav nav-pills">
Expand Down Expand Up @@ -46,8 +50,12 @@ <h3 class="text-center">Scatter Chart</h3>
<script src="app-scatter.js"></script>
</div>
<footer>
<div class="text-center"><small>&copy; 2015 Robin Hu</small></div>
<div class="text-center"><small>&copy; 2015-2016 Robin Hu</small></div>
</footer>
</div>
<script type="text/javascript">
var version = ForestD3.version;
document.getElementById('forest-d3-title').textContent = "Forest D3 " + version;
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion dist/forest-d3.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Author: Robin Hu

(function() {
this.ForestD3 = {
version: '1.0.0'
version: '0.1.0-beta'
};

this.ForestD3.ChartItem = {};
Expand Down
2 changes: 0 additions & 2 deletions examples/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ block content
#legend(style="margin-top:50px;")

script(src="app.js")


14 changes: 10 additions & 4 deletions examples/template.jade
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ html(lang="en")
.container-fluid
.page-header
h1
| Forest D3
small &nbsp;&nbsp; A javascript charting library by Robin Hu
span#forest-d3-title Forest D3
small &nbsp;&nbsp; A Javascript charting library by Robin Hu

h4.
This webpage showcases some live examples of my charting library. Please enjoy!

h3
a(href="https://github.com/robinfhu/forest-d3") Source Code
a(href="https://github.com/robinfhu/forest-d3") Github Page

.row
ul.nav.nav-pills
Expand All @@ -44,4 +46,8 @@ html(lang="en")

footer
.text-center
small &copy; 2015 Robin Hu
small &copy; 2015-2016 Robin Hu

script(type="text/javascript").
var version = ForestD3.version;
document.getElementById('forest-d3-title').textContent = "Forest D3 " + version;

0 comments on commit 61c1ca8

Please sign in to comment.