Hi, I'm working on code that loops through different user IDs and for each user ID, the code updates a set of charts based on that user's unique data.
The code below activates a Chart object (hpu), sets the source data to a Range object (hpu_range), plots the data by rows instead of columns...