FIRST-4030 / frc-scout

Web scouting software for FIRST Robotics Competition -- Recycle Rush
http://frcscout.com
18 stars 3 forks source link

JSON format for first graph #134

Open Ronoman opened 9 years ago

Ronoman commented 9 years ago

The first graph compares team averages for containers scored, and stacked totes. I'm requesting a page that provides json for this in this way:

{"x":1,"y":0,"team":4459}, {"x":1.1,"y":0.076923077,"team":3237}

X is average containers scored, and Y is average stacked totes. Team is simply the team number associated with this data.

terabyte128 commented 9 years ago

clarification: for the entire match

terabyte128 commented 9 years ago

I've created json for you but it's not on master yet

emorye commented 9 years ago

<3 JSON

Enzoman34 commented 9 years ago

ETA?