Apply and delete filters
Apply or remove filters using postMessage API—supporting local, global, timeline, and resolution filters.
Applying filters
Local filter
telliusFrame.postMessage ({
actionType: "vizFilter",
filters: [{
vizId: "vizID_for_local_filter",
value: "10000",
column: "Sales",
operator: ">="
}]
}, "*");Global filter
Supported filters
Operators
Timeline filters
Resolution filters
Removing filters
Was this helpful?