Chart.js/test/fixtures/controller.bar
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
..
bar-thickness-absolute.json Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-absolute.png Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-flex-offset.json Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-flex-offset.png Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-flex.json Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-flex.png Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-max.json Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-max.png Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-min-interval.json Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-min-interval.png Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-multiple.json Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-multiple.png Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-no-overlap.json Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-no-overlap.png Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-offset.json Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-offset.png Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-single-xy.json Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-single-xy.png Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-single.json Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-single.png Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-stacked.json Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00
bar-thickness-stacked.png Implement equally sized bars (#4994) 2017-12-02 12:38:36 +01:00