Edit
by yogesh - 8 years ago (2016-09-26)
How to draw graphs using PHP?
| In PHP how can I draw the different types of graphs using data to show on the dashboard?
suggest me the best and useful working modules or classes and their using steps. |
Ask clarification
2 Recommendations
Power Graphic: Generate graphic charts of several types from data
PowerGraphic is a class meant for generating graphic charts of several types from a data set of values to be represented in the chart.
The chart data set is passed as an array of values representing the chart labels the respective chart value.
Currently it can generate charts of the types: vertical bars, horizontal bars, dots, lines, pie and donut.
The presentation details of the chart may be specified as of of several available skins that specify pre-defined presentation styles.
Multiple charts can be combined in one chart output image. The resulting image is outputted as a true color image in the PNG format.
| by zinsou A.A.E.Moļse 6835 - 7 years ago (2017-05-30) Comment
a good package like a starting point to make what you want... |
This class can show graphics using the Google Charts API.
It can generate HTML and JavaScript to render graphics of several types with Google Charts JavaScript API.
Currently it supports line chart, pie chart, column chart, area chart, tree map, scatter chart, gauge, geo chart, combo chart, bar chart, candlestick chart and table.
The class returns the HTML for the generated chart as a string.
The code and the comments are in Portuguese.
In Portuguese:
API do Google Charts serve para criar grįficos dināmicos, com muita facilidade.
Esta classe Gcharts, facilita mais ainda o uso desta API Google Charts.
| by Manuel Lemos 26695 - 8 years ago (2016-10-07) Comment
There are many packages for rendering all sorts of charts but you can also embed Google charts in your pages using this package. |