The eight best colors to use for a line graph.
// http://ksrowell.com/blog-visualizing-data/2012/02/02/optimal-colors-for-graphs/ var lineColors = [ '#396AB1', '#DA7C30', '#3E9651', '#CC2529', '#535154', '#6B4C9A', '#922428', '#948B3D' ];