Using PHP to draw an SVG line graph. R.I.P., OpenFlashChart.
7 months ago
Looks good! Are you using a framework for the graph, or is it custom?
Adam, it's just a custom <polygon> I'm creating in PHP. I do all the math server-side and output all the points in an inline SVG image.
<polygon>
keyboard shortcuts: ← previous shot → next shot L or F like
3 Responses
Using PHP to draw an SVG line graph. R.I.P., OpenFlashChart.
7 months ago
Looks good! Are you using a framework for the graph, or is it custom?
7 months ago
Adam, it's just a custom
<polygon>I'm creating in PHP. I do all the math server-side and output all the points in an inline SVG image.7 months ago