Add data set to Bar chart
Enables the addition of a complete data set to the "Bar chart ui element", facilitating dynamic data visualization
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Bar chart ui element | Specify the "Bar chart ui element" in which you want to add a data set. | A UI Element that is on the template linked to the action | true | |
Code | The "Code" of the data set that should be added to the chosen "Bar chart ui element". | Text | true | |
Name | The "Name" of the dataset that should be added to the chosen "Bar chart ui element". | Text | true | |
Color | The color the bars of the data set that should be added to the chosen "Bar chart ui element". | Text | 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. | Text | false | |
Points | The actual data points to be added to newly created data set on the chosen "Bar chart ui element" | Text | true |