# README
Line Graph Component
Data Struct
Field | Description |
---|---|
Title | The title of line graph |
SubTitle | Deprecated,Not recommended |
Dimensions | Defining multiple lines in a Line Graph |
XAxis | X-axis specific data |
YAxis | Y-axis specific data |
XOptions | X-axis property definition |
YOptions | Y-axis property definition |
Inverse | inverted xAxis and yAxis |
Axis Struct
Field | Description |
---|---|
Dimension | Dimension name |
Values | Axis specific data |
Options Struct
Field | Description |
---|---|
Dimension | The title of line graph |
Structure | Data Structure |
Inverse | Reverse axis values |
Demo
# Packages
No description provided by the author
# 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 .