Chart.js/test
Simon Brunel 3aa7a20923 New time scale ticks.bounds option (#4556)
`ticks.bounds` (`'data'`(default)|`'label'`): `data` preserves the data range while `labels` ensures that all labels are visible. This option is bypassed by the min/max time options.

Remove the useless time scale `_model` object containing private members: instead, make these members private (prefixed by `_`) part of the scale.
2017-07-25 10:12:53 +02:00
..
fixtures Fix labelOffset not working for vertical axes (#4249) 2017-07-15 10:19:16 +02:00
specs New time scale ticks.bounds option (#4556) 2017-07-25 10:12:53 +02:00
.eslintrc Increase ESLint complexity and add config for tests (#4421) 2017-07-01 09:55:11 +02:00
jasmine.context.js Cleanup and reorganize core and canvas helpers 2017-06-24 13:28:52 -04:00
jasmine.index.js Introduce unit test based on image comparison (#3988) 2017-03-05 09:49:12 -07:00
jasmine.matchers.js Enforce spaces around infix/unary words operators (#4547) 2017-07-22 14:13:09 +02:00
jasmine.utils.js Enforce spaces around infix/unary words operators (#4547) 2017-07-22 14:13:09 +02:00