Blog Archives

phplot: A Chart Solution for PHP Application

Chart is the graphical representation of real time data that are being used in most of the applications. Sometime it becomes difficult to compare the numerical data just by looking at it but when the data are represented by graph it is easier to understand and is comparatively takes very less time.

Now probably you are thinking of using chart, but how? Is it very difficult to generate chart for displaying in an application? The good news is you do not need to write pages of code to build a chart. You can find many ready-made solutions that can serve your purpose in very short time.
Example: Phplot, Google charts etc.

Why one should use Phplot?

Now it’s time to choose what select among those solutions
According to chart generation there are two ways:

1)    Client side chart (Generates on browsers)
2)    Server side chart (Generates on server)

Read the rest of this entry