Hello, i am having a hard time trying to make this column bar chart. i trying to compare the number of customers who registered ( from Users collection) against the number of those customers who actually made an order ( from Order collection) by date (month or year)
now in mongodb charts i cannot use a query or aggregation that contain lookup. i tried to use the lookup field thing but it is not showing the correct results.