angular-plotly.js icon indicating copy to clipboard operation
angular-plotly.js copied to clipboard

multiple Y-axis position.

Open Hamza23579 opened this issue 4 years ago • 3 comments

Hi, I was trying to plot a multiple y-axis graph in my angular 12 project, and I got the result in the picture: image

the layout object was like this: image

the position of the seasonal Y-axis was inside the plot, and when I tried to change the value of the position to -0.15, it went to same place as the residual Y-axis.

Is there an error in the object that I constructed or is it some other problem ?

Hamza23579 avatar Oct 11 '21 14:10 Hamza23579

@Hamza23579 I am not sure if this is an issue within angular-plotly.js or plotly.js itself. Have you tried it direct in the plotly and it worked?

andrefarzat avatar Oct 12 '21 03:10 andrefarzat

No I didn't, I just saw the examples like this one: image Link [https://codepen.io/plotly/pen/OVqZEO] I can't test it direct in plotly cause I am getting my data from the Api to the client side.

Hamza23579 avatar Oct 15 '21 08:10 Hamza23579

Create test data then test it.

No I didn't, I just saw the examples like this one: image Link [https://codepen.io/plotly/pen/OVqZEO] I can't test it direct in plotly cause I am getting my data from the Api to the client side.

mohitchauhan4u avatar Oct 01 '22 10:10 mohitchauhan4u