Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuxiliaryAxis<T>

Class to represent an extra x and/or y axis for a Plotly chart.

Type parameters

  • T: string

Hierarchy

Index

Constructors

constructor

Properties

Protected axes

axes: Map<T, IAxisMapping> = new Map()

axisIndex

axisIndex: number

colorMap

colorMap: ColorMapper<T>

Optional dataTransformFn

dataTransformFn: undefined | object

filterFn

filterFn: function

Type declaration

Protected highlightedAxes

highlightedAxes: Map<T, IAxisMapping> = new Map()

sections

sections: Array<Bioblocks1DSection<T>>

The underlying data to be represented by these axes.

Accessors

axis

highlightedXAxes

  • get highlightedXAxes(): object[]

highlightedYAxes

  • get highlightedYAxes(): object[]

xAxes

  • get xAxes(): object[]

yAxes

  • get yAxes(): object[]

Methods

Protected auxiliaryAxisDefaults

Protected deriveHighlightedPointsInAxis

Protected derivePointsInAxis

Protected generateHighlightedXAxisSegment

Protected generateHighlightedYAxisSegment

Protected generateXAxisSegment

Protected generateYAxisSegment

getAxisById

Protected highlightedAuxiliaryAxisDefaults

Protected setupAuxiliaryAxis

  • setupAuxiliaryAxis(): void

Generated using TypeDoc