A bar chart has been implemented on the workflow page, allowing users to visually display data, in order to identify trends in their results and use the charts in their reports.
We have developed a feature allowing users to configure the attributes they want to see as x and y axes, so that they can customize their chart according to what they need to visualize and analyze.
When clicking on the graph parameters, a configuration drawer opensĀ
Users have the ability to choose the attributes for the x and y axes of the chart from the configuration drawer by selecting from a dropdown list of all the fields that are in the database
The chart is modified as soon as the value is selected in the dropdown list
The users can also choose to display several attributes as y-axis.
When clicking on the graph parameters, a configuration drawer opensĀ
Users have the ability to choose multiple attributes for the y axis of the chart from the configuration drawer by selecting from a dropdown list of all the fields that are in the database
The chart is modified as soon as the value is selected in the dropdown list
The bar chart has a legend, allowing users to have a better understanding of the data being displayed.