Hi, I have created a simple chart using example chart here at Create a Chart Using FusionCharts | FusionCharts
I have saved the file as HTML and the chart loads fine when I view this file directly.
However, when I try to save the image to the disk using Wkhtmltoimage then I just get this placeholder text below.
<div id="chart-container">FusionCharts XT will load here!</div>
This is what my command looks like
wkhtmltoimage --width 800 --javascript-delay 2000 chart.html newchart.png
What do I need to fix this issue? I can confirm that WkthmlImage works fine for any other HTML.