Skip to main content Skip to complementary content

Defining the icon

You can define which icon that is visible when the visualization extension has been deployed to Qlik Sense. The icon is visible in the Library or Assets panel. This is done by defining the icon parameter in the QEXT file.

Examples

The below examples show how to define the common extension icon and how to define the common line chart icon.

Working with the meta data for a full list of possible icons to define.

Example: Define common extension icon

{
	"name" : "My extension",
	"type" : "visualization",
	"icon" : "extension"
}
This is what it looks like in the Assets panel or Library panel

My extension example asset with Extensions puzzle piece icon

Example: Define common line chart icon

{
	"name" : "My extension",
	"type" : "visualization",
	"icon" : "line-chart"
}
This is what it looks like in the Assets panel or Library panel

My extension example asset with Line Chart puzzle piece icon

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!