mroswell / list-N

EPA List of COVID-19 Disinfectants

Home Page:list-n.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

charts just completely stopped working.

mroswell opened this issue · comments

charts just completely stopped working in this project. the chart skeleton appears, but no data.

Inspecting the console:
main.08f5d3d8.js:1 The compiled spec uses Vega v3, but current version is 4.2.0.

DevTools failed to load SourceMap: Could not load content for https://list-n-9b162wcv2-mroswell.vercel.app/-/static-plugins/datasette_vega/main.08f5d3d8.js.map: HTTP error: status code 500, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Simon recommends showing everything upon loading,via:
--setting max_returned_rows 3000 --setting default_page_size 3000
or via:
?_size=max in the URL before the fragment hashtag.

Not ideal, but the only way to get an accurate chart that reflects all in the datasette (if it's under 3000 records)

Just seemed to work upon last check.