Hello team,
I am trying to display a bar chart with this format, or at least accomplish something very similar. The idea is to show the progress of certain groups:
responsibility | [================] | (2/3)
respect | [==== ] | (1/5)
Having the following data in the db:
name | current_value | target | gap
responsibility | 2 | 3 | 1
respect | 1 | 5 | 4
The idea is to display the progress according to each category. Thank you so much in advance.