Charting Commits in GitHub

LogScale can access the public Github repository. From here, we can see the number of pull requests (type = PullRequestEvent). The Y axis displays the total _count, and the X access displays the time value.

logscale
type = PullRequestEvent
| timeChart()
Screenshot showing a time chart displaying GitHub pull request events as a line graph with regular oscillating pattern across a 24-hour period

Figure 253. Timechart with Pulls from GitHub