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

# 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

# Packages

No description provided by the author

# Functions

NewAxisBuilder .
NewDataBuilder .
NewSereBuilder .

# Constants

Define type.
X axis positions.
Define type.
Y axis positions.
Define type.
Y axis positions.
X axis positions.
Define type.

# Structs

Below is standard struct for graph related.
Below is standard struct for graph related.
Below is standard struct for graph related.
Below is standard struct for graph related.
Below is standard struct for graph related.
Below is standard struct for graph related.

# Interfaces

CustomData is custom data handler of complex graph.
CustomInParams is custom inParams handler of complex graph.
CustomState is custom state handler of complex graph.
IComplexGraph complex graph interface.
IComplexGraphStdOps .

# Type aliases

Below is standard struct for graph related.
Below is standard struct for graph related.