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!