Chart.js/.gitignore
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

16 lines
136 B
Plaintext

/_book
/coverage
/custom
/dist
/docs/index.md
/gh-pages
/jsdoc
/node_modules
.DS_Store
.idea
.vscode
bower.json
*.log
*.swp
*.stackdump