Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <!--Visualization javascript-->
  2. <div id="chart">
  3. <script type="text/javascript">
  4. /*layout of grid */
  5.  
  6. var margin = { top: 50, right: 0, bottom: 100, left: 155},
  7. width = 1360 - margin.left - margin.right,
  8. height = 830 - margin.top - margin.bottom,
  9. gridSize = Math.floor(width / 24),
  10. legendElementWidth = gridSize* 1.5,
  11. buckets = 9,
  12. colors = ["#ffffd9","#edf8b1","#c7e9b4","#7fcdbb","#41b6c4","#1d91c0","#225ea8","#253494","#081d58"], // alternatively colorbrewer.YlGnBu[9]
  13. groups = ["Briscoe - Records", "Briscoe - Papers", "Briscoe - Collections", "Ransom - Records", "Ransom - Papers", "Ransom - Collections"],
  14. years = ["2000", "2001", "2002", "2003", "2004", "2005", "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013"];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement