Add data set to Bar chart
Enables the addition of a complete data set to the "Bar chart component", facilitating dynamic data visualization
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Bar chart component | Specify the "Bar 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 "Bar chart component". | STRING | true | |
Name | The "Name" of the dataset that should be added to the chosen "Bar chart component". | STRING | true | |
Color | The color the bars of the data set that should be added to the chosen "Bar chart component". | STRING | 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 "Bar chart component" | STRING | true |