Add data point to Bar chart
Enables the addition of data points 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 datapoint. | A UI Element that is on the template linked to the action | true | |
Code | The "Code" of the dataset within the chosen "Bar chart ui element" to add the data point to. If this dataset is not found on this "Bar chart ui element" a new dataset with this code will be created. | Text | true | |
Point | The actual data point to be added to the chosen "Bar chart ui element". | Text | true |