Skip to main content Skip to complementary content

setOptions method

Information noteSTABLE.

This API is reliable and breaking changes are unlikely.

setOptions(options)

Sets options for a visualization.

Version history

Version history
Version state Details
Introduced 2.2

Parameters

options

Type: Object

Options to set (using applyPatches).

Options for all the properties that can be set for each visualization type.

Example

var app = qlik.openApp('c31e2aba-3b46-4b13-8b87-c5c2514dea1d', config);
	app.visualization.get('xGhjKl').then(function(vis){
		vis.setOptions({title:"Now improved"});
	});

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!