aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/dashboard.js
Commit message (Collapse)AuthorAgeLines
* Switch on monotone cubic interpolation.Matthew Somerville2018-01-09-0/+5
| | | | This prevents e.g. the all reports graph dipping down.
* Fix colour wrapping bug, where it only added red.Matthew Somerville2017-12-19-2/+2
| | | | | As colours.length increased as colours were added, it would always return the first entry.
* Make sure bar chart is given enough colours.Matthew Somerville2017-12-18-0/+4
|
* Add bar chart functionality, for area summary pageZarino Zappia2017-12-15-43/+147
|
* New version of /reports main page.Matthew Somerville2017-07-14-0/+142
This is a much broader summary page, plus a body name autocomplete. This was originally implemented for fixmystreet.com in 8a6a4ccb7. It also adds '(no longer exists)' in the autocomplete next to bodies not covering any areas. You can supply the `--table` argument to `update-all-reports` to generate the old-style data.