MultiRowLineRenderer
Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info
Source file
plugins/wiggle/src/MultiRowLineRenderer/configSchema.ts
MultiRowLineRenderer - Slots
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: 'avg',
}
MultiRowLineRenderer - Derives from
baseConfiguration: baseWiggleRendererConfigSchema