Skip to Main Content
Spotfire Ideas Portal

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
      Drop here to upload
    • Guest
      Reply
      |
      Sep 1, 2023

      Thank you!