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

# README

Line Graph Component

Data Struct

FieldDescription
TitleThe title of line graph
SubTitleDeprecated,Not recommended
DimensionsDefining multiple lines in a Line Graph
XAxisX-axis specific data
YAxisY-axis specific data
XOptionsX-axis property definition
YOptionsY-axis property definition
Inverseinverted xAxis and yAxis

Axis Struct

FieldDescription
DimensionDimension name
ValuesAxis specific data

Options Struct

FieldDescription
DimensionThe title of line graph
StructureData Structure
InverseReverse axis values

Demo

Line Graph Demo

# Packages

No description provided by the author

# Functions

New .
NewDataBuilder .
NewOptionsBuilder .

# Structs

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

# Interfaces

CustomData is kv's custom data handler.
CustomInParams is kv's custom inParams handler.
CustomState is kv's custom state handler.
ILineGraph line graph interface.
ILineGraphStdOps .