'Is there any way to display Plotly Express Graph in React App

Plotly Express provides very easy functions to draw customizable scatter plots, since I did not get any help regarding this question from over a week -> question, I even tried to get help on Plotly Community Forum but no success there also.

So I am not able to replicate the exact scatterplot made in Plotly Express Python in PlotlyJS.

Is there any way to directly embed Plotly Express graphs in React Application?

Any kind of help would be appreciated, thanks.



Solution 1:[1]

you can use histogram data[index] = { "x": [], type: 'histogram'};

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ning Chen