bcgov / DBC-APIM

DataBC OPEN API Services
Apache License 2.0
1 stars 0 forks source link

Heartbeat - Chart Sorting #40

Closed BK01 closed 7 years ago

BK01 commented 7 years ago

Skills / SW:

Background: https://github.com/bcgov/dbcrss/blob/master/heartbeat/README.md

Description:

Update the JavaScript to show the chart order as most recent days first. Fork and adjust as necessary. This repo uses both master and gh-pages branch.

Potential references: https://github.com/d3/d3/wiki/Time-Scales https://www.dashingd3js.com/d3js-scales

banders commented 7 years ago

I forked this repo and committed a patch to change the chart order (newest to oldest). Pull request is here.

banders commented 7 years ago

Revised pull request here has been merged. Chart sorting is complete and ready for review.