I'm trying to update data for an amcharts multilevel tree map (https://www.amcharts.com/demos/multilevel-tree-map/) through a dropdown menu that changes the data set. Right now, the data is first acquired with an alasql command from an html table and then manipulated to correctly fit the format needed to display the data on the tree map, but it won't dynamically update when the dropdown menu option is changed.