mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-21 07:36:52 +01:00
* Enable text stroke on scale titles * update documentation * specify stroke width units * Simplify usage of strokeColor and strokeWidth * Add scale title stroke test * Enable text stroke on scale titles * update documentation * specify stroke width units * Simplify usage of strokeColor and strokeWidth * Add scale title stroke test * Implement non image based tests * Remove image based test
39 lines
387 B
Plaintext
39 lines
387 B
Plaintext
# Deployment
|
|
/coverage
|
|
/custom
|
|
/dist
|
|
/gh-pages
|
|
|
|
# Node.js
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Docs
|
|
.cache-loader
|
|
build/
|
|
|
|
# Generated type docs
|
|
docs/api
|
|
docs/.vuepress/dist
|
|
|
|
# Development
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.idea
|
|
.project
|
|
.settings
|
|
.vscode
|
|
.zed
|
|
*.log
|
|
*.swp
|
|
*.stackdump
|
|
|
|
# Generated
|
|
/test/types/autogen*.ts
|
|
|
|
# Eslint
|
|
.eslintcache
|