Add data point to Bar chart
Enables the addition of data points 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 datapoint. | PART | true | |
Code | The "Code" of the dataset within the chosen "Bar chart component" to add the data point to. If this dataset is not found on this "Bar chart component" a new dataset with this code will be created. | STRING | true | |
Point | The actual data point to be added to the chosen "Bar chart component". | STRING | true |