# README
Bubble Graph Component
Data Struct
Field | Description |
---|---|
Title | The title of line graph |
List | Defining multiple lines in a Line Graph |
XOptions | X-axis property definition |
YOptions | Y-axis property definition |
Bubble Struct
Field | Description |
---|---|
X | Y-Axis specific data |
Y | Y-Axis specific data |
Size | Bubble size |
Group | Bubble group |
Dimension | Dimension name |
Options Struct
Field | Description |
---|---|
Dimension | The title of line graph |
Structure | Data Structure |
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 .