jiuntian / IssueTrackerAssignment

0 stars 0 forks source link

Statistics (extra feature) #20

Open lohyenshen opened 3 years ago

lohyenshen commented 3 years ago

For the statistics part (Plot a line graph that shows the issue frequency over a selected time range)

Could you kindly enlighten us on how to plot graphs of issue frequency against time? Since issue frequency changes over time and yet issue object (either from JSON or database) stores only the time attribute when an issue was created

Could we replace this graph with other graphs? If yes what graph is equally challenging to this?

jiuntian commented 3 years ago

Here are some samples of statistic.

  1. charts

  2. chart2

  3. img_602e1360ca49e

If you want to make other kind of statistic, make sure that it is useful, and you're able to explain it's usefulness.