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

# README

Bubble Graph Component

Data Struct

FieldDescription
TitleThe title of line graph
ListDefining multiple lines in a Line Graph
XOptionsX-axis property definition
YOptionsY-axis property definition

Bubble Struct

FieldDescription
XY-Axis specific data
YY-Axis specific data
SizeBubble size
GroupBubble group
DimensionDimension name

Options Struct

FieldDescription
DimensionThe title of line graph
StructureData Structure

Demo

Bubble Graph Demo

# Packages

No description provided by the author

# Functions

NewBubbleBuilder .
NewDataBuilder .
NewOptionsBuilder .

# Structs

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

# Interfaces

CustomData is custom data handler of bubble graph.
CustomInParams is custom inParams handler of bubble graph.
CustomState is custom state handler of bubble graph.
IBubbleGraph bubble graph interface.
IBubbleGraphStdOps .