I have a simple database, each has the name of a behavior and the date. There are only 4 types of behavior. For instance, I may have 2 rows about behavior A, 3 rows about behavior B, 1 row about behavior C and 4 rows about behavior D.
I bring a histogram and I set it up as followed:
But instead of have a vertical bar of size 2 for behavior A, 3 for behavior B, etc, I see only all 4 bars of height 10 (the total number of rows in that database):
How can I have each bar show the count only of each behavior. This is so unintuitive. I don’t like it. I looked everywhere and there is little help about such simple ask.