golden hour
/home/phakp/public_html/erp/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Chart/Renderer
⬆️ Go Up
Upload
File/Folder
Size
Actions
IRenderer.php
500 B
Del
OK
JpGraph.php
31.04 KB
Del
OK
PHP Charting Libraries.txt
334 B
Del
OK
Polyfill.php
218 B
Del
OK
Edit: Polyfill.php
<?php // This is a dirty workaround to output JpGraph charts even when antialiasing is not available if (!function_exists('imageantialias')) { function imageantialias(...$args) { // Do nothing } }
Save