Well, the question is really in the title. Since the Graphics are created with Javascript, and the PDF is generated on the server side, I was wondering if there was any way (may be a hackish, not-so-beautiful way if necessary) to include these graphics into a pdf generated using FPDF.
Example of a chart I'd like to include: https://jsfiddle.net/srm8gzqg/3/
chart.draw(data, options);
Edit: Im almost despairing, since I haven't found one php alternative in which I can create a graph like in the fiddle. Requirements are the following:
- Lines from top to bottom
- Input data can have float values
- Axis on the left and bottom with correct label orientation etc.
I really found no good library written in php that can output an image file (jpg, png, etc) with the given requirements. Any hint is highly appreciated