SIGN IN SIGN UP
chartjs / Chart.js UNCLAIMED

Simple HTML5 Charts using the <canvas> tag

0 0 1 JavaScript

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).
S
Simon Brunel committed
15d1056b537a07b613f6dfe56fc920390c1dd267
Parent: b835df0
Committed by GitHub <noreply@github.com> on 12/2/2017, 11:38:36 AM