15e1169d1ba4e318b78a89bf0e09bbc1d033d950 braney Mon Aug 24 13:09:18 2020 -0700 first cut at Franklin display #25405 diff --git src/hg/hgTracks/lolly.h src/hg/hgTracks/lolly.h index be5ae8c..d14a4c0 100644 --- src/hg/hgTracks/lolly.h +++ src/hg/hgTracks/lolly.h @@ -2,20 +2,21 @@ /* 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 origHeight, height; double upperLimit, lowerLimit; double minY, maxY; enum wiggleScaleOptEnum autoScale; - int radius; + int radius; // percentage of height to use for lollipop circle int typeWordCount; char **typeWords; + boolean noStems; }; #endif