Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [UK] Linebreak long Y-axis labels on Dashboard bar chart | Zarino Zappia | 2018-03-01 | -3/+2 |
| | | | | | | | | | Y-axis labels in the Dashboard ranking tables now break onto multiple lines if they are more than 4 words long. /web/vendor/chart.min.js showing as modified because we updated it to include a recent fix to label alignment on vertical scales: https://github.com/mysociety/Chart.js/commit/4130c31 | |||
* | Switch on monotone cubic interpolation. | Matthew Somerville | 2018-01-09 | -2/+2 |
| | | | | This prevents e.g. the all reports graph dipping down. | |||
* | Add bar chart functionality, for area summary page | Zarino Zappia | 2017-12-15 | -79/+11 |
| | ||||
* | [fixmystreet.com] New version of /reports page. | Zarino Zappia | 2017-07-06 | -0/+79 |
This is a much broader summary page, plus a body name autocomplete. This uses a cut down version of chart.js. [1] [1] The full version was 149Kb (41Kb gzipped) plus you needed moment (50Kb/17Kb), for a total of 199Kb/58Kb. By stripping out unused graphs and code and config options, and switching to category axis rather than time, it is now a total of 39Kb/13Kb. |