Add data set to Line chart
Enables the addition of a complete data set to the "Line chart component", facilitating dynamic data visualization
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Line chart component | Specify the "Line chart component" in which you want to add a data set. | PART | true | |
Code | The "Code" of the data set that should be added to the chosen "Line chart component". | STRING | true | |
Name | The "Name" of the data set that should be added to the chosen "Line chart component". | STRING | true | |
Line width | The width of the line to be used for this dataset. | STRING | false | |
Line type | The type of the line to be used for this dataset. | SELECT_ONE | false | |
Line color | The color of the line of the data set that should be added to the chosen "Line chart component" in hex value. | STRING | true | |
Area color | The color the area of the data set that should be added to the chosen "Line chart component" in hex value. | STRING | false | |
Area transparency | The transparency the area of the data set that should be added to the chosen "Line chart component". Expecting a value between 0 and 1 where 0 is transparent and 1 is not. | NUMBER | false | |
Smooth lines | Whether or not the lines of this dataset should be smooth. | BOOLEAN | false | |
Stack | Stack this dataset with other datasets in your line chart by using the same value as Stack for each of the datasets you wish to stack. | STRING | false | |
Points | The actual data points to be added to newly created data set on the chosen "Line chart component" | STRING | true |