setOptions method
Information noteSTABLE.
This API is reliable and breaking changes are unlikely.
This API is reliable and breaking changes are unlikely.
setOptions(options)
Sets options for a visualization.
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"});
});