Skip to content

grafit-charts


Interface: RangeAreaSeriesOptions

Extends

  • Omit<SeriesBaseOptions, "yField" | "name">

Properties

fill?

optional fill?: string


fillOpacity?

optional fillOpacity?: number


id?

optional id?: string

Inherited from

LineSeriesOptions.id


name?

optional name?: string


showInLegend?

optional showInLegend?: boolean

Inherited from

LineSeriesOptions.showInLegend


stroke?

optional stroke?: string


strokeWidth?

optional strokeWidth?: number


tooltip?

optional tooltip?: Switchable & object

Type Declaration

renderer?

optional renderer?: (params) => string | TooltipContentData

Parameters
params

SeriesTooltipRendererParams

Returns

string | TooltipContentData

Inherited from

LineSeriesOptions.tooltip


type

type: "range-area"


visible?

optional visible?: boolean

Inherited from

Showable.visible


xField

xField: string

Inherited from

LineSeriesOptions.xField


xName?

optional xName?: string

Inherited from

LineSeriesOptions.xName


yHighField

yHighField: string


yLowField

yLowField: string