Skip to Main Content
Spotfire Ideas Portal
Status Already exists
Product Spotfire
Categories Mods
Created by Guest
Created on Aug 31, 2023

trigger mod visualization to redraw when document properties is changed.

We know that if document property is referenced by a built-in visualization(e.g. bar chart), when the value of the document property changes, the visualization is rendered automatically to reflect the new value.


One of our customers wants this behavior for mod too.

They want to use the value of a document property in mod and trigger mod to redraw when the value of this document property changes.


var prop1=(await mod.document.properties()).find(x=>x.name=='prop1').value();


  • Attach files
  • Guest
    Reply
    |
    Sep 1, 2023

    Thank you!