Hello, I am unable to find the proper solution to create a time series with two data sets.
I have set of Ticket things, with a submit date and close date and I want to produce a time series with two lines, tickets opened and tickets closed, per day.
Sounds super simple, but when I dig into the charts plugin, it turns into a huge task. I tried a couple plugins in vain.
I’d appreciate some help finding the right plugin and usage for that. Thank you.
So I already figured out the group by day part but I still don’t know how to use that. I did group by and counts but then that’s about as far as I got.
I can’t get any of the graphs to produce what I need. The time series graphs I tried don’t allow to have different series. Some line graph plugins allow multiples series but I can’t figure out how to make them work and there’s near to zero documentation—as well as they are not time series, so it won’t populate days without data points.
So, I’m kind of looking for a working example I could follow.
I think grouping by date is the way to go. You can find the option by using the :group by operator, and select a date field, maybe created date or something specific, and set it to count.
Ah, the default bubble charts plugin only allows you to set one series. If you want to add multiple series you might want to look into other options like Charts.JS. Its a great plugin.