"Cannot set property 'segment' of undefined" being thrown on XY Chart

I’m using an SQL query to populate data for my XY table while taking in range parameters. The range parameters are coming in from DateTime Input components. The process works for expanding the range out but when contracted, the XY table throws “Cannot set property ‘segment’ of undefined”. In the designer, the dataset is being populated correctly (increasing and decreasing). I also notice that the chart will expand in size but will not retract, even when no fault is thrown.

Is this the incorrect process for what I am wanting to do or is there a parameter I’m not setting that is causing this issue. I did not find any error logs on the server either.

A post was merged into an existing topic: [BUG-13155] Property bound historic data on XY chart blows up on bindings change