Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1173959
libchart.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Oct 1, 6:43 PM
Size
1 KB
Mime Type
text/x-php
Expires
Fri, Oct 3, 6:43 PM (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
761041
Attached To
rINP In-Portal
libchart.php
View Options
This document is not UTF8. It was detected as Shift JIS and converted to UTF8 for display.
<?php
/* Libchart - PHP chart library
* Copyright (C) 2005-2007 Jean-Marc Tr駑eaux (jm.tremeaux at gmail.com)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
exit
;
require_once
'model/Point.php'
;
require_once
'model/DataSet.php'
;
require_once
'model/XYDataSet.php'
;
require_once
'model/XYSeriesDataSet.php'
;
require_once
'view/primitive/Padding.php'
;
require_once
'view/primitive/Rectangle.php'
;
require_once
'view/primitive/Primitive.php'
;
require_once
'view/text/Text.php'
;
require_once
'view/color/Color.php'
;
require_once
'view/color/ColorSet.php'
;
require_once
'view/color/Palette.php'
;
require_once
'view/axis/Bound.php'
;
require_once
'view/axis/Axis.php'
;
require_once
'view/plot/Plot.php'
;
require_once
'view/caption/Caption.php'
;
require_once
'view/chart/Chart.php'
;
require_once
'view/chart/BarChart.php'
;
require_once
'view/chart/VerticalBarChart.php'
;
require_once
'view/chart/HorizontalBarChart.php'
;
require_once
'view/chart/LineChart.php'
;
require_once
'view/chart/PieChart.php'
;
Event Timeline
Log In to Comment