Skip to content

Commit

Permalink
switch to ChartNew.js
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlisheng committed Oct 27, 2014
1 parent 6b2253f commit 8523bc9
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion AccountForecast/template.htt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<title><TMPL_VAR REPORTNAME></title>
<link href="master.css" rel="stylesheet">
<script src="Chart.js"></script>
<script src="ChartNew.js"></script>
</head>
<body>
<div class="container">
Expand Down
4 changes: 2 additions & 2 deletions AccountSummary/template.htt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title><TMPL_VAR REPORTNAME></title>
<link href="master.css" rel="stylesheet">
<script src="Chart.js"></script>
<script src="ChartNew.js"></script>
</head>
<body>
<h3>Account Summary Report</h3>
Expand Down Expand Up @@ -63,4 +63,4 @@
var ctx = document.getElementById("reportChart").getContext("2d");
var reportChart = new Chart(ctx).PolarArea(data);
</script>
</html>
</html>
2 changes: 1 addition & 1 deletion AccountTrend/template.htt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<title><TMPL_VAR REPORTNAME></title>
<link href="master.css" rel="stylesheet">
<script src="Chart.js"></script>
<script src="ChartNew.js"></script>
</head>
<body>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion AssetForecast/template.htt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title><TMPL_VAR REPORTNAME></title>
<link href="master.css" rel="stylesheet">
<script src="Chart.js"></script>
<script src="ChartNew.js"></script>
</head>
<body>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion AssetsSummary/template.htt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title><TMPL_VAR REPORTNAME></title>
<link href="master.css" rel="stylesheet">
<script src="Chart.js"></script>
<script src="ChartNew.js"></script>
</head>
<body>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion CategoryTrend/template.htt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<title><TMPL_VAR REPORTNAME></title>
<link href="master.css" rel="stylesheet">
<script src="Chart.js"></script>
<script src="ChartNew.js"></script>
</head>
<body>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion CurrencySummary/template.htt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title><TMPL_VAR REPORTNAME></title>
<link href = "master.css" rel = "stylesheet" />
<script src = "Chart.js"></script>
<script src = "ChartNew.js"></script>
</head>
<body>
<div class = "container">
Expand Down
2 changes: 1 addition & 1 deletion PayeeTrend/template.htt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<title><TMPL_VAR REPORTNAME></title>
<link href="master.css" rel="stylesheet">
<script src="Chart.js"></script>
<script src="ChartNew.js"></script>
</head>
<body>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion StockSummary/template.htt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title><TMPL_VAR REPORTNAME></title>
<link href="master.css" rel="stylesheet">
<script src="Chart.js"></script>
<script src="ChartNew.js"></script>
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 8523bc9

Please sign in to comment.