I’ve been trying to complete the challenge on the ‘More features for your to-do app’ page here: https://manual.bubble.io/miscellaneous/more-features-for-your-to-do-app
I am having trouble with the following:
“Create a chart showing, for each day, how many Todos are created vs finished”
Using grouping and aggregations, I was able to create two charts. One chart is tracking the created-date and the other is tracking the finished-date.
It doesn’t seem like I can track multiple series in the same chart. How would I go about changing my chart to mimic the layout in the image below (with Todos instead of Cards)?
Using repeating groups is fine, but I want to avoid writing custom javascript.