ebi-gene-expression-group / atlas-heatmap

Heatmap visualizing bulk Expression Atlas data
8 stars 2 forks source link

Cut out dependency on jQuery #1

Closed wbazant closed 7 years ago

wbazant commented 7 years ago

I like this project but I think the dependency on jQuery is unnecessary, you only use it in one place - to make an ajax request in HighchartsHeatmapContainer.jsx. Could you replace this call with a vanilla XHR so I don't have to include jQuery in my application?

wbazant commented 7 years ago

I see https://github.com/gxa/atlas-heatmap/commit/5271b08b Thanks guys!