HistogramComponent
Hierarchy
- Component<WidgetProps>
- HistogramComponent
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
Parameters
props: WidgetProps
Returns HistogramComponent
Properties
onGraphCursorMoved
Accessors
exportHeaders
Returns string[]
histogramData
Returns IHistogram | null
isTargetData
Returns boolean
plotData
Returns { values: Point2D[]; xMax: number; xMin: number; yMax: number; yMin: number } | null
widgetStore
Returns HistogramWidgetStore
publicstaticWidgetConfig
Returns DefaultWidgetConfig
Methods
componentDidUpdate
Returns void
componentWillUnmount
Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in
componentDidMount.Returns void
render
Returns Element
Called immediately after updating occurs. Not called for the initial render.
The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.