mit-jp / mit-climate-data-viz

Plotting climate data for the MIT Joint Program on the Science and Policy of Global Change
https://cypressf.shinyapps.io/eppa-dashboard/
0 stars 0 forks source link

fix bug with probability density on the climate opinions #273

Closed cypressf closed 2 years ago

cypressf commented 2 years ago
Screen Shot 2022-04-14 at 11 33 04
cypressf commented 2 years ago

xRange is [0, 100] on localhost but [100, 0] on prod. perhaps it's nondeterministic range order, which I could enforce with an ORDER BY on the server or a sort in the client.