You must be logged in to post your query.
Home › Forums › Report Bugs › Want to build chart in cron job functionality
I’m creating a cron job functionality and I need to create a chart image at the job executing time. Please help me.
@subhra,
Please take a look at this article for info regarding executing JavaScript code (where you can create chart and render / export it as image) inside a cron job.
__ Priyanka M S Team CanvasJS
@Priyanka The article which you have mentioned is in node js. But my application is in PHP with laravel. So how can I implement this thing in PHP?
Subhra,
In order to render chart on the server side you would require a headless browser like PhantomJS. Here is an article which might help.
— Sunil Urs
You must be logged in to reply to this topic. Login/Register