Generating Plotly JSON in Python and displaying in React clientside

Hello,

I am primarily a Javascript developer and am using Python to build an investing backend.

Wondering if it is possible to have Python send plotly graphJSON to the clientside and then display it easily with plotly.js?

Currently, I am using chart.js but it’s a bit of a hassle to have to format things to display and am hoping having some sort of synergy between backend and frontend to save time.

Thanks!