plotly / react-plotly.js

A plotly.js React component from Plotly 📈
MIT License
1.01k stars 136 forks source link

Graph is plotting when i pass secondary y axis values is over primary y axis #255

Closed naresh-FD closed 3 years ago

naresh-FD commented 3 years ago

We trying to create a graph with primary and as well as secondary y-axis. but we are just using the Plot component and passing all the values from backend python. when we try to render in python it works fine as below image. But when we try to implement the same with react Plot component secondary y-axis values is overlapped primary y-axis.

image