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

Developer can send in arrays of values #31

Closed
ajturner opened this issue Jan 9, 2015 · 1 comment · Fixed by #53
Closed

Developer can send in arrays of values #31

ajturner opened this issue Jan 9, 2015 · 1 comment · Fixed by #53

Comments

@ajturner
Copy link
Member

ajturner commented Jan 9, 2015

var dataset = {
  "values": [
     {"height": 52},
     {"height": 103},
     {"height": 38}
   ]
}
@ajturner ajturner added this to the v0.1 milestone Jan 9, 2015
@ajturner ajturner added the High label Jan 22, 2015
@dbouwman
Copy link
Member

Notes:

  • refactor Cedar so we always pass data array to vega
  • prior to the passing the array to vega, validate that the first object has the required properties specified in the mappings
  • add error handlers to account for AGS sending 200's-that-are-500's and other oddities

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants