d3875e2d3ebe45f89214d98a2c766a3771e7b057 braney Sun Apr 7 15:05:54 2019 -0700 add manual view limits to lolly diff --git src/hg/hgTracks/lolly.h src/hg/hgTracks/lolly.h index a8abc43..1f9dab1 100644 --- src/hg/hgTracks/lolly.h +++ src/hg/hgTracks/lolly.h @@ -1,16 +1,18 @@ /* 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; }; #endif