okfde / fragdenstaat_de

Froide Theme for fragdenstaat.de
https://fragdenstaat.de
Other
121 stars 21 forks source link

🩹 fix data resolution for charts with datasets #430

Closed krmax44 closed 8 months ago

krmax44 commented 8 months ago

By default, Altair exports to Vega like this:

  "data": {
    "name": "data-716699051e44dcc44a893338489d4f65"
  },
  "datasets": {
    "data-716699051e44dcc44a893338489d4f65": [

Currently our implementation fails on resolving the data, as it tries to lookup some element with an id that does not exist (as there is no url or data.values, which is not required though).