WebСтроительство / PHP / jpgraph


Библиотека для генерирования графиков.

http://jpgraph.net/ – офсайт

***

Если обнаруживается такая ошибка:
JpGraph Error: 25128 The function imageantialias() is not available in your PHP installation. Use the GD version that comes with PHP and not the standalone version.
Then locate and edit file gd-image.inc.php. Comment (disable) line with JpGraphError::RaiseL(25128); In function SetAntiAliasing.

нужно в файле gd-image.inc.php закоментировать строку, содержащую JpGraphError::RaiseL(25128); в функции SetAntiAliasing.
обычно это срока 110.