Update Org chart based on updated list

Hi

We have the org chart pointed at a sharepoint list. Is there anyway to have the chart update automatically if/when the list is updated?

Thanks

Simon

I think I have answered my own question - in general settings I had the Cached mode enabled - removed this and it seems to stay updated as per the list now.

1 Like

Hi @sbk307,

You are right.

Additionally, if you want to clear cache based on some custom logic, you can clear cache from JavaScript programmatically like this:

renderer.dataProvider.clearCache();