Range Chart on scatter plot

I am trying to create a rangeChart with scatter plot values.

https://snippet.webix.com/55b4d00e

Selecting a range in second chart does update the data points in the first chart, as expected. But the xAxis remains the same on the first chart so does not give the zoom effect on the data.

Are range charts supported with scatter plots ? And if yes, what should be the way to do this ?

Hello,

For proper zoom effect you shouldn’t strictly define xAxis for the main chart. Range chart would contain the whole range with pre-defined start and end while the upper chart will automatically refresh its X axis depending on the incoming data:

https://snippet.webix.com/m62z3hyo

That was stupid of me. Thanks for pointing that out.