package
1.0.9
Repository: https://github.com/erda-project/erda-infra.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Complex Graph Component

Data Struct

FieldDescription
TitleThe title of line graph
DimensionsDefining multiple legend in a Complex Graph
XAxisX-axis property definition
YAxisY-axis property definition
SeriesY-axis data
InverseInverse the x,y axis, the default is not inverse

Axis Struct

FieldDescription
TypeAxis Type
NameAxis Name
DimensionsList of dimensions on the current axis
PositionAxis position,x-axis optional: bottom, top, y-axis optional left, right
DataIndicates the x-axis data when the axis is the x-axis
DataStructureData structures on the same axis

Sere Struct

FieldDescription
NameSere Name
Dimensiondata dimension
TypeData display type, optional: bar,line
DataData

Demo

Complex Graph Demo