Make Filter Change Handler () triggering only after second filter change, why not first?
I use the Make Filter Change Handler () to dynamically change the y-axis title based on changes made by the user on the local data filter. The script uses solution by @hogi from here. However, in my example case (script below) which represents my actual case closely, the y-axis title is changes only after the second checkbox is checked on "age". How to make the y-axis tile change upon the first ag...