github.com/erda-project/erda-infra@v1.0.9/providers/component-protocol/components/bubblegraph/readme.md (about) 1 ## Bubble Graph Component 2 3 ### Data Struct 4 5 | Field | Description | 6 | ---- | ---- | 7 | Title | The title of line graph | 8 | List | Defining multiple lines in a Line Graph | 9 | XOptions | X-axis property definition | 10 | YOptions | Y-axis property definition | 11 12 ### Bubble Struct 13 14 | Field | Description | 15 | ---- | ---- | 16 | X | Y-Axis specific data | 17 | Y | Y-Axis specific data | 18 | Size | Bubble size | 19 | Group | Bubble group | 20 | Dimension | Dimension name | 21 22 ### Options Struct 23 24 | Field | Description | 25 | ---- | ---- | 26 | Dimension | The title of line graph | 27 | Structure | Data Structure | 28 29 ### Demo 30 31 [Bubble Graph Demo](../../examples/components/bubblegraph_demo)