Open nimag42 opened 6 years ago
Points are rendered via django's renderer into js variable. It's unpractical and make the page take ages to load.
We need to use the feature of plotly to request data from an api endpoint.
Context
Points are rendered via django's renderer into js variable. It's unpractical and make the page take ages to load.
Solution
We need to use the feature of plotly to request data from an api endpoint.
To Do