I am looking for a graphics / graphics library (mainly for creating graphs) for my application. I looked at the JavaScript API (e.g. Google), but I found that they slow down the client side (I draw quite a lot of points). I also found that with client libraries, performance was very different depending on the user computer. Turning to the server library, I would reduce this variance and have more control over the data flow (my data is in the MySQL database).
Then I looked at some PHP-based build libraries, but many of them seem to be "forgotten" (without a new version for many years). I watched pChart, but it did not update after almost two years.
First, what do you recommend: a server-side or client-side approach?
Secondly, which library would you recommend. Paid libraries are definitely an option, as I donβt mind paying for quality software that will reduce development time.
Thank,
Goro source
share