--- layout: page title: Highcharts permalink: /guides/workflows/highcharts/ parent: Workflows grand_parent: Guides nav_order: 5 description: >- Learn how to convert Highcharts.js charts to an image (png, jpg) with HTML/CSS to Image. --- # Image charts with Highcharts.js {: .no_toc } {: .fs-9 } Learn how to include external assets when generating images. {: .fs-6 .fw-300 }
You can generate images of charts using Highcharts.js + the HTML/CSS to Image API. {% cloudinary /assets/images/chart.jpeg alt="Highcharts.js image auto generated with HTML/CSS to Image" %} ### Example HTML The HCTI API supports JavaScript. Load in highcharts.js via a script tag in your HTML. ```html
``` {% include hint.md title="Disable animations" text="Be sure to disable animation when rendering your chart. Otherwise, you may see a partial render of the chart. " %} {% include code_footer.md version=1 %}