Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle domain data reference with list of fields #392

Merged
merged 3 commits into from
Sep 16, 2023
Merged

Conversation

jonmmease
Copy link
Collaborator

Closes #391

Handles scale domain data references of the form:

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

"domain": {
  "data": "data_2",
  "fields": ["sum_value_start", "sum_value_end"]
}
"domain": {
  "fields": [["sum_value_start"], ["sum_value_end"]]
}
@jonmmease jonmmease merged commit 1b06358 into main Sep 16, 2023
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No bars on colored, faceted chart, sorted by aggregate value
1 participant