Easy Chart Startup Range

The easy chart appears to default to a selected endDate of 23:59:59 for the current date. I’d like the end of the initial selected range to be now() and it seems that an on open script for a window will not change the easy chart behavior. With a power chart for example if you change the on startup behavior to ‘none’ then a script from the window open event works. Anyone know how to change the on startup behavior for the easy chart to none or another method to start the endDate to now() instead of the end of today?

Binding the End Date to now(0) sets it to the current date time for me on window open.

Tried several things worked in the designer but not in the client. Ended up with a custom property on the root container bound to now(0) and an on change script for that property to set the chart dates.