kruser / pitchfx-site

A webapp for searching PitchFX data
Apache License 2.0
21 stars 7 forks source link

Choose a color pallete for batted ball trajectories #76

Open kruser opened 10 years ago

kruser commented 10 years ago

See the screenshots below. The default color pallet from highcharts is a bit too pastel for our site. For this issue we need to get a color value for the following and apply it to the charts shown.

image

image

albertlyu commented 10 years ago

By the way, the order of trajectory displayed in the charts are not consistent when you toggle between different filters or players. See Clayton Kershaw's balls in play allowed in 2012 vs. 2013 below:

image

Edit: Yes, that does look like a grounder at X,Y coordinates (0,0), obviously a data error from upstream.

kruser commented 10 years ago

Good catch. We should sort the series first to ensure order.