Plotly.js - How do I make two y-axes associated with a single x-axis?

Hello @empet Thank your help. I inserted xaxis: ‘x1’ in my dataY2, but didn’t work :frowning:

Look at this example that a guy created, because of my post in StackOverflow

Please, use the following traces in that code:
var x = [0.0, 30.0, 45.0, 60.0, 90.0, 120.0, 135.0, 150.0, 180.0];
var y1 = [1.608, 1.3936, 0.9648, 0.60032, 0.08576, -0.71824, -1.1685, -1.5544, -2.0582];
var y2 = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0];