HOR-2689 Removed instances of LoadSystem, LoadThirdParty
This commit is contained in:
committed by
davidcallizaya
parent
60efcf7ac7
commit
5d3a4c073f
@@ -27,7 +27,7 @@
|
||||
require_once ( "class.charts.php" );
|
||||
|
||||
|
||||
G::LoadThirdParty("libchart/classes", "libchart" );
|
||||
|
||||
|
||||
header("Content-type: image/png");
|
||||
//type of chart, pie, vertical bar, horizontal, etc.
|
||||
|
||||
@@ -147,7 +147,7 @@
|
||||
}
|
||||
|
||||
function PostByForum( ) {
|
||||
G::LoadThirdParty("libchart/classes", "libchart" );
|
||||
|
||||
$chart = new VerticalBarChart(430, 220);
|
||||
|
||||
$dataSet = $this->getPostByForum();
|
||||
@@ -223,7 +223,7 @@
|
||||
}
|
||||
|
||||
function ForumWeek( ) {
|
||||
G::LoadThirdParty("libchart/classes", "libchart" );
|
||||
|
||||
$chart = new VerticalBarChart(430, 220);
|
||||
|
||||
$dataSet = $this->getForumWeek();
|
||||
@@ -290,7 +290,7 @@
|
||||
}
|
||||
|
||||
function PostByUser ( ) {
|
||||
G::LoadThirdParty("libchart/classes", "libchart" );
|
||||
|
||||
$chart = new VerticalBarChart(430, 220);
|
||||
|
||||
$dataSet = $this->getPostByUser();
|
||||
@@ -378,7 +378,7 @@
|
||||
}
|
||||
|
||||
function BugsByStatus ( ) {
|
||||
G::LoadThirdParty("libchart/classes", "libchart" );
|
||||
|
||||
$chart = new VerticalBarChart(430, 220);
|
||||
|
||||
$dataSet = $this->getBugsByStatus();
|
||||
@@ -433,7 +433,7 @@
|
||||
}
|
||||
|
||||
function BugsOpenByUser ( ) {
|
||||
G::LoadThirdParty("libchart/classes", "libchart" );
|
||||
|
||||
$chart = new VerticalBarChart(430, 220);
|
||||
|
||||
$dataSet = $this->getBugsOpenByUser();
|
||||
|
||||
Reference in New Issue
Block a user