Maybe you were looking for...

d3.js chart with a dynamic and overlapping Y axis

How can I show multiple time series overlapping each other with a dynamic Y axis that changes depending on which series is selected by the user. The goal is to

Reactjs => axios post method ERROR not working

I wanted to console log the statement but the axios post method seems not to be working it shows no error tho It logs the user value but doesn't show the "User

Read values from one observable but switch to another once it (the other one) emits

My desired behaviour: Run HTTP request Immediately look up data in async cache If cache has the value before HTTP emits - use cache value. Use HTTP value after