Interface: CartesianContext
Extends
Section titled “Extends”Properties
Section titled “Properties”chartType
Section titled “chartType”chartType:
ChartType
colors
Section titled “colors”colors:
string[]
Inherited from
Section titled “Inherited from”interactive?
Section titled “interactive?”
optionalinteractive?:boolean
Whether a click handler is attached. When true, line/area series set
triggerLineEvent so a click anywhere on the stroke fires (not just on a
symbol) — otherwise clicking a thin line is nearly impossible to land.
isTimeSeries
Section titled “isTimeSeries”isTimeSeries:
boolean
showLegend
Section titled “showLegend”showLegend:
boolean
Inherited from
Section titled “Inherited from”OptionBuilderContext.showLegend
showSymbol
Section titled “showSymbol”showSymbol:
boolean
smooth
Section titled “smooth”smooth:
boolean
stacked
Section titled “stacked”stacked:
boolean
symbolSize
Section titled “symbolSize”symbolSize:
number
title?
Section titled “title?”
optionaltitle?:string
Inherited from
Section titled “Inherited from”
optionalui?:ChartUITokens
Inherited from
Section titled “Inherited from”valueFormatter?
Section titled “valueFormatter?”
optionalvalueFormatter?:ChartValueFormatter
Inherited from
Section titled “Inherited from”OptionBuilderContext.valueFormatter
xData: (
string|number)[]
Inherited from
Section titled “Inherited from”xField?
Section titled “xField?”
optionalxField?:string
Inherited from
Section titled “Inherited from”yDataMap
Section titled “yDataMap”yDataMap:
Record<string, (string|number)[]>
Inherited from
Section titled “Inherited from”yFields
Section titled “yFields”yFields:
string[]