AJRepo / PHPlot

A PHP graph library for dynamic scientific, business, and stock-market charts and graphs.
GNU Lesser General Public License v2.1
47 stars 16 forks source link

invalid symlink #13

Open doganoo opened 3 months ago

doganoo commented 3 months ago

it seems like the symlink in phplotdocs is invalid:

image

as far as I can see, there is no phplot/ directory. Instead, it must be src/, doesn't it?

Further: Is it an option to replace the symlink with includes since symlinks are not working well with non-administrator accounts on Windows systems?

screenshoot

if yes, I would be happy to contribute by replacing the symlink with an include.

doganoo commented 3 months ago

unfortunately, there is no response to this issue so I had to fork and do the work myself. Whoever has the same problem, feel free to use: https://github.com/Ucar-Solutions/PHPlot

remluben commented 2 days ago

@doganoo I see what your issue was. I think this one is solved in @AJRepo PHPlot (available on packagist via https://packagist.org/packages/phplot/phplot) already and the PR should be closed.

doganoo commented 2 days ago

Hey. Thanks for the response.

seems still using the symlink which fails on non-administrator Windows environments.

The fork I had to create works pretty well. Will use this as long as there is the symlink.

but many thanks for letting me know :)