psychoinformatics-de / studyforrest-data

DataLad superdataset of all studyforrest.org project dataset components
https://studyforrest.org
8 stars 2 forks source link

Explore page update: strip Plotly JS from html #46

Closed jsheunis closed 3 years ago

jsheunis commented 3 years ago
jsheunis commented 3 years ago

I'm looking into just writing the code in JS from scratch. Previously I coded everything in Python and then exported the HTML, which lead to the quagmire that's currently in explore.html.

jsheunis commented 3 years ago

Looks like violin plots won't work with the basic bundle. However, we can save some MBs by using the minified plotly.js version: https://cdn.plot.ly/plotly-2.0.0-rc.1.min.js

jsheunis commented 3 years ago

Closed in https://github.com/psychoinformatics-de/studyforrest-www/pull/24