Chart.js/test/fixtures
Simon Brunel 15d1056b53
Implement equally sized bars (#4994)
When `barThickness: undefined|null` (default), we compute an optimal sample size based on the smallest tick interval reduced to prevent any bar to overlap (bar equally sized). Also added support for a special `barThickness: 'flex'` value (previous default) that globally arranges bars side by side to prevent any gap when percentage options are 1 (variable bar sizes).
2017-12-02 12:38:36 +01:00
..
controller.bar Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
core.scale Implement scale label padding (#4646) 2017-09-10 13:15:47 -04:00
plugin.filler Fix wild special zero grid line when undefined (#4700) 2017-08-26 07:48:57 +02:00