loftsh / jardin

Le jardin
0 stars 0 forks source link

Render graph using ajax call from plotly to dedicated api #5

Open nimag42 opened 6 years ago

nimag42 commented 6 years ago

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