vega / vegafusion

Serverside scaling for Vega and Altair visualizations
https://vegafusion.io
BSD 3-Clause "New" or "Revised" License
303 stars 15 forks source link

Handle domain data reference with list of fields #392

Closed jonmmease closed 9 months ago

jonmmease commented 9 months ago

Closes #391

Handles scale domain data references of the form:

      "domain": {
        "data": "data_2",
        "fields": ["sum_value_start", "sum_value_end"]
      }