Create graph to track user signups

Hi,

I am trying to create a graph to track user signups based on the days/weeks and months, I am using chart element plugin.
What should I give in value expression which is used to calculate the Y value of the chart.

Please let me know if there are other methods to do this as well.

Thanks,
RP

This should do the trick.

Make sure you add the aggregation on the grouping so that you can reference the amount of users. Use current point’s count for the Y axis.

1 Like

Thanks, This worked.

1 Like