github.com/erda-project/erda-infra@v1.0.9/providers/component-protocol/components/linegraph/readme.md (about)

     1  ## Line Graph Component
     2  
     3  ### Data Struct
     4  
     5  |  Field   | Description  |
     6  |  ----  | ----  |
     7  | Title  | The title of line graph  |
     8  | SubTitle  | Deprecated,Not recommended  |
     9  | Dimensions  | Defining multiple lines in a Line Graph |
    10  | XAxis  | X-axis specific data   |
    11  | YAxis  | Y-axis specific data |
    12  | XOptions  | X-axis property definition |
    13  | YOptions  | Y-axis property definition |
    14  | Inverse  | inverted xAxis and yAxis |
    15  
    16  ### Axis Struct
    17  
    18  |  Field   | Description  |
    19  |  ----  | ----  |
    20  | Dimension  | Dimension name  |
    21  | Values  | Axis specific data  |
    22  
    23  ### Options Struct
    24  
    25  |  Field   | Description  |
    26  |  ----  | ----  |
    27  | Dimension  | The title of line graph  |
    28  | Structure  | Data Structure  |
    29  | Inverse  | Reverse axis values  |
    30  
    31  ### Demo
    32  
    33  [Line Graph Demo](../../examples/components/linegraph_demo)