PHPlot
PHPlot copied to clipboard
A PHP graph library for dynamic scientific, business, and stock-market charts and graphs.
Hello, support phplot release-6.2.0 PHP 8? Up to which PHP version is release-6.2.0 downward compatible? Currently I am using release-6.2.0 with PHP7.4. Thank you very much for your efforts. Greetings...
That is useful. https://github.com/rogeriofazio/PHPlotCatalog/
Hello, Thanks for your very nice resource to make plots in PhP. I much enjoy it and it is helping me a lot in Is it possible to set the...
PHP8.2 test
Hello, Please test your Code with PHP8.2. If there are any Chancen, please create a new PHPlot tag / release
As announced in issue comment, I´ve just cast the arguments of the calls used for my use cases to int, which fixes PHP 8.2 type mismatch notifications. Of course, a...
Hi. strftime() has been deprecated in recent versions of PHP, but can be found in several places in phplot, mostly in comments as a format reference, but it can also...
it seems like the symlink in phplotdocs is invalid: as far as I can see, there is no phplot/ directory. Instead, it must be src/, doesn't it? **Further:** Is it...
Hello maintainers, I tried different options like: ```php $plot = new PHPlot(); $plot->SetYDataLabelPos('plotright'); $plot->SetYDataLabelPos('both'); // Would that duplicate the Y labels, right? ``` And the Chart renders correctly but always...
We are using the latest version 8.0.0.3 of PHPlot! We currently see the following php warnings while using PHPlot: explode(): Passing null to parameter #2 ($string) of type string is...