LineBar

The line bar chart component is used to indicate the correlation trend between indicators and indicators.

Scenes to be used

  • Relationship between PM2.5 and air temperature.

  • The relationship between housing prices and population.

Example

Show Code

Props

export interface IProps {
name: string
height: number
x_key: string
vertical: boolean
textLength: number
textWrap: boolean
hide_label?: boolean
}

API

PropertiesDescriptionTypeDefaultRequiredVersion
namedata keystring-yes
heightheightstring-yes
x_keyabscissa keystring-yes
verticalwhether to display verticallystring-no
textLengthtext length limitstring-no
textWrapWhether the text exceeds the length to wrapstring-No
hide_labelhide titlestring-no

For more properties, see Echarts LineBar

LineBar

The line bar chart component is used to indicate the correlation trend between indicators and indicators.

Scenes to be used

  • Relationship between PM2.5 and air temperature.

  • The relationship between housing prices and population.

Example

Show Code

Props

export interface IProps {
name: string
height: number
x_key: string
vertical: boolean
textLength: number
textWrap: boolean
hide_label?: boolean
}

API

PropertiesDescriptionTypeDefaultRequiredVersion
namedata keystring-yes
heightheightstring-yes
x_keyabscissa keystring-yes
verticalwhether to display verticallystring-no
textLengthtext length limitstring-no
textWrapWhether the text exceeds the length to wrapstring-No
hide_labelhide titlestring-no

For more properties, see Echarts LineBar