MultiRowXYPlotRenderer
Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info
Also note: this document represents the config API for the current released version of jbrowse. If you are not using the current version, please cross reference the markdown files in our repo of the checked out git tag
Links
Docs
MultiRowXYPlotRenderer - Slots
slot: filled
filled: {
type: 'boolean',
defaultValue: true,
}
slot: displayCrossHatches
displayCrossHatches: {
type: 'boolean',
description: 'choose to draw cross hatches (sideways lines)',
defaultValue: false,
}
slot: summaryScoreMode
summaryScoreMode: {
type: 'stringEnum',
model: types.enumeration('Score type', ['max', 'min', 'avg', 'whiskers']),
description:
'choose whether to use max/min/average or whiskers which combines all three into the same rendering',
defaultValue: 'whiskers',
}
slot: minSize
minSize: {
type: 'number',
defaultValue: 0.7,
}
MultiRowXYPlotRenderer - Derives from
baseConfiguration: baseWiggleRendererConfigSchema