Skip to content

EChartOption Type documentation

Index signature: [ key: string ]: any
Properties
dataZoom?: DataZoomComponentOption[]
grid?: (GridComponentOption | GridComponentOption[])
legend?: LegendComponentOption[]
series?: EChartSeries

Types Documentation

Properties
backgroundColor?: ZRColor
borderColor?: ZRColor
borderWidth?: number
bottom?: (string | number) from BoxLayoutOptionMixin.bottom
containLabel?: boolean
height?: (string | number) from BoxLayoutOptionMixin.height
id?: OptionId from ComponentOption.id
left?: (string | number) from BoxLayoutOptionMixin.left
mainType?: "grid"
name?: OptionName from ComponentOption.name
right?: (string | number) from BoxLayoutOptionMixin.right
shadowBlur?: number from ShadowOptionMixin.shadowBlur
shadowColor?: string from ShadowOptionMixin.shadowColor
shadowOffsetX?: number from ShadowOptionMixin.shadowOffsetX
shadowOffsetY?: number from ShadowOptionMixin.shadowOffsetY
show?: boolean
tooltip?: any
top?: (string | number) from BoxLayoutOptionMixin.top
type?: string from ComponentOption.type
width?: (string | number) from BoxLayoutOptionMixin.width
z?: number from ComponentOption.z
zlevel?: number from ComponentOption.zlevel
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
import
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts
imported from echarts

Except where otherwise noted, content on this site is licensed under MIT License.