Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Cleared up folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnick committed Mar 25, 2013
1 parent 7033042 commit d30edc1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bar.html → samples/bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Bar Chart</title>
<script src="Chart.js"></script>
<script src="../Chart.js"></script>
<meta name = "viewport" content = "initial-scale = 1, user-scalable = no">
<style>
canvas{
Expand Down
2 changes: 1 addition & 1 deletion doughnut.html → samples/doughnut.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Doughnut Chart</title>
<script src="Chart.js"></script>
<script src="../Chart.js"></script>
<meta name = "viewport" content = "initial-scale = 1, user-scalable = no">
<style>
canvas{
Expand Down
2 changes: 1 addition & 1 deletion line.html → samples/line.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Line Chart</title>
<script src="Chart.js"></script>
<script src="../Chart.js"></script>
<meta name = "viewport" content = "initial-scale = 1, user-scalable = no">
<style>
canvas{
Expand Down
2 changes: 1 addition & 1 deletion pie.html → samples/pie.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Radar Chart</title>
<script src="Chart.js"></script>
<script src="../Chart.js"></script>
<meta name = "viewport" content = "initial-scale = 1, user-scalable = no">
<style>
canvas{
Expand Down
2 changes: 1 addition & 1 deletion polarArea.html → samples/polarArea.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Polar Area Chart</title>
<script src="Chart.js"></script>
<script src="../Chart.js"></script>
<meta name = "viewport" content = "initial-scale = 1, user-scalable = no">
<style>
</style>
Expand Down
2 changes: 1 addition & 1 deletion radar.html → samples/radar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Radar Chart</title>
<script src="Chart.js"></script>
<script src="../Chart.js"></script>
<meta name = "viewport" content = "initial-scale = 1, user-scalable = no">
<style>
canvas{
Expand Down
2 changes: 1 addition & 1 deletion sixup.html → samples/sixup.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Doughnut Chart</title>
<script src="Chart.js"></script>
<script src="../Chart.js"></script>
<meta name = "viewport" content = "initial-scale = 1, user-scalable = no">
<style>
canvas{
Expand Down

0 comments on commit d30edc1

Please sign in to comment.