Skip to content

Extension API

Note

The Extension API is the legacy framework for building visualization extensions. For new extensions, use nebula.js instead. See the extension development guidelines for guidance on choosing the right approach.

The Extension API uses RequireJS and passes a jQuery-wrapped $element to the paint() method. It is still supported for existing extensions. The migration path to nebula.js is documented in Migrate a visualization extension to nebula.js.

Warning

In Qlik Cloud, visualization extensions support data export to XLSX if the chart’s data model includes a hypercube. Export to image, PDF, and PowerPoint is not supported for extensions in Qlik Cloud — those formats are only available on Qlik Sense client-managed.

Was this page helpful?