Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 13-Dec-2022 | - | ||||
Fonts/ | H | 13-Dec-2022 | - | |||
BackgroundStyle.php | H A D | 12-Dec-2022 | 2.3 KiB | 86 | 45 | |
CSVImporter.php | H A D | 12-Dec-2022 | 3.3 KiB | 107 | 57 | |
Color.php | H A D | 12-Dec-2022 | 3 KiB | 102 | 50 | |
ConversionHelpers.php | H A D | 12-Dec-2022 | 2.6 KiB | 100 | 58 | |
DataDescription.php | H A D | 12-Dec-2022 | 2.5 KiB | 125 | 82 | |
GDCanvas.php | H A D | 12-Dec-2022 | 18.9 KiB | 591 | 471 | |
GridStyle.php | H A D | 12-Dec-2022 | 1.5 KiB | 60 | 32 | |
ICanvas.php | H A D | 12-Dec-2022 | 2.5 KiB | 59 | 27 | |
Palette.php | H A D | 12-Dec-2022 | 1.3 KiB | 46 | 32 | |
PieChart.php | H A D | 12-Dec-2022 | 25.3 KiB | 704 | 466 | |
Point.php | H A D | 12-Dec-2022 | 758 | 39 | 25 | |
README | H A D | 12-Dec-2022 | 779 | 20 | 14 | |
ScaleStyle.php | H A D | 12-Dec-2022 | 1,018 | 52 | 35 | |
ShadowProperties.php | H A D | 12-Dec-2022 | 2.2 KiB | 81 | 43 | |
TestCanvas.php | H A D | 12-Dec-2022 | 3.8 KiB | 102 | 65 | |
pCache.php | H A D | 12-Dec-2022 | 3.3 KiB | 117 | 59 | |
pChart.php | H A D | 12-Dec-2022 | 95.3 KiB | 3,141 | 2,353 | |
pData.php | H A D | 12-Dec-2022 | 6.9 KiB | 253 | 141 | |
palette.txt | H A D | 12-Dec-2022 | 62 | 6 | 5 |
README
1This is the lib directory from a checkout of the PHP5 port of the pChart 21.x library. We can't use the pChart 2.x library because of unclear license 3conditions. 4 5For the same reasons we do not include the orginal fonts, but use the DroidSans 6font which is licensed under the Apache License. 7 8We're currently at this commit (master branch): 9https://github.com/sebix/pChart/commit/52ad6a2612d1a9a9e6999c1a6b6aaeec94d5ab70 10 11This seems to be the most up-to-date version of the library today (2012-02-07). 12When updating later, make sure to have a look at the current state of forks. 13 14This is how it looks like currently 15 16http://pchart.sourceforge.net/ 17-> https://github.com/aweiland/pChart-php5 18 -> https://github.com/timmartin/pChart-php5 19 -> https://github.com/sebix/pChart/ 20