https://kotlinlang.org logo
e

edvin

10/21/2017, 4:57 PM
@pike You can listen for changes to the
itemProperty
of the
ItemViewModel
, or any of your bound properties, depending on what changes in the API call. Then you need to manually update the item that changed, or replace all items bound to the chart, the same way you created them initially. Does that make sense?