Generate a Graph on a blank page with Javascript and a Json File
Budget: $30 – $250 CAD
Using the data store in a Json files. (The format is similar to : https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-get
-Must be written in JavaScript.
- Generate a Graph using Chart.js on an index.html page
-display a graph bar using the fields resolutiondate attributes, group by week for the last 8 weeks ( where resolutiondate is greater or equal of (today - 8 weeks)
** The X axis will be the monday of the week
** The Y axis will be the count of issue in the week
-display on the same graph a line that would represent the 4 weeks rolling average. ex:for week 12 = (Week9 +Week10 + Week11 + week12) / 4n ))
Nothing fancy, just a Proof of concept.
-Must be written in JavaScript.
- Generate a Graph using Chart.js on an index.html page
-display a graph bar using the fields resolutiondate attributes, group by week for the last 8 weeks ( where resolutiondate is greater or equal of (today - 8 weeks)
** The X axis will be the monday of the week
** The Y axis will be the count of issue in the week
-display on the same graph a line that would represent the 4 weeks rolling average. ex:for week 12 = (Week9 +Week10 + Week11 + week12) / 4n ))
Nothing fancy, just a Proof of concept.