127b6b678948569c41e56db76db116e2a3836beb
braney
  Wed May 8 14:14:39 2019 -0700
Add a pack mode to bigLolly that shows the data as bigBed

diff --git src/hg/hgTracks/lolly.h src/hg/hgTracks/lolly.h
index 1f9dab1..111fda8 100644
--- src/hg/hgTracks/lolly.h
+++ src/hg/hgTracks/lolly.h
@@ -1,18 +1,19 @@
 
 /* lolly.h - stuff unique to lollipop charts */
 
 /* Copyright (C) 2019 The Regents of the University of California 
  * See README in this or parent directory for licensing information. */
 #ifndef LOLLY_H
 #define LOLLY_H
 
 
 /*	lollyCartOptions structure */
 struct lollyCartOptions
     {
     int height;
     double upperLimit, lowerLimit;
     double minY, maxY;
     enum wiggleScaleOptEnum autoScale;
+    int radius;
     };
 #endif