SettingsSpec
@elastic/charts • Exports
@elastic/charts / SettingsSpec
Interface: SettingsSpec
The Spec used for Chart settings
Contents
- Extends
- Properties
- allowBrushingLastHistogramBin
- animateData
- ariaDescribedBy?
- ariaDescription?
- ariaLabel?
- ariaLabelHeadingLevel
- ariaLabelledBy?
- ariaTableCaption?
- ariaUseDefaultSummary
- baseTheme?
- brushAxis?
- chartType
- customLegend?
- debug
- debugState?
- dow
- externalPointerEvents
- flatLegend?
- id
- legendAction?
- legendColorPicker?
- legendMaxDepth
- legendPosition
- legendSize
- legendSort?
- legendStrategy?
- legendTitle?
- legendValues
- locale
- minBrushDelta?
- noResults?
- onAnnotationClick?
- onBrushEnd?
- onElementClick?
- onElementOut?
- onElementOver?
- onLegendItemClick?
- onLegendItemMinusClick?
- onLegendItemOut?
- onLegendItemOver?
- onLegendItemPlusClick?
- onPointerUpdate?
- onProjectionAreaChange?
- onProjectionClick?
- onRenderChange?
- onResize?
- onWillRender?
- orderOrdinalBinsBy?
- pointBuffer
- pointerUpdateDebounce?
- pointerUpdateTrigger
- rendering
- renderingSort?
resizeDebounce?- rotation
- roundHistogramBrushValues?
- showLegend
- specType
- theme?
- xDomain?
Extends
Properties
allowBrushingLastHistogramBin
allowBrushingLastHistogramBin:
boolean
Boolean to allow brushing on last bucket even when outside domain or limit to end of domain. Should apply only for histogram charts e.g. A brush selection range of [1.23, 3.6] with a domain of [1, 2, 3]
- when true returns [1.23, 3.6]
- when false returns [1.23, 3]
Default Value
true
Source
packages/charts/src/specs/settings.tsx:550
animateData
animateData:
boolean
Source
packages/charts/src/specs/settings.tsx:449