Recent Works [JAVA PHP] – Reporting engine (server side render highcharts)

Last 3 months, i have a request to create reporting engine with pptx (powerpoint) as an output. The chart library I used is highcharts, highcharts is usually use in html document, just to show some interactive charts, i.e clickable, animation, and the type like line charts, pie charts, column / bar charts and scatter charts. Because highcharts is render the graphic in html using SVG, we can get raw SVG for those charts, please refer to highcharts ref.

The client ask me, “Can i get the powerpoint contains all charts, just using 1 click only?”. Then I replied, “Yes, You can”. Continue Reading