Updating a view based on a selection in an another view

Hi, I would like to reproduce something like this chart

For the time been, I can only draw the line chart at the top, the one at the bottom including a sliding handler, but I don’t know how to link the view at the top to the selected area at the bottom.

I understand that synchronized-view should be the way to go for me.

Do you have any working example of something similar to help me get started ?

Thank you

1 Like

I can’t see the original example that you were working on. Can you try embedding the link again?

Thank you. Here’s a live link to an example on https://coinmarketcap.com/charts/

That’s what I was looking for : https://bl.ocks.org/mbostock/34f08d5e11952a80609169b7917d4172

best part: finding your answear on bl.ocks.org and good luck with your coins!