Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ root = true
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

Expand Down
26 changes: 26 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
* text=auto eol=lf

*.css text diff=css
*.js text diff=javascript
*.json text diff=json
*.md text diff=markdown
*.php text diff=php
*.txt text
*.xml text diff=xml
*.yml text diff=yaml

# Ignore for export
/.git export-ignore
/.github export-ignore
/.idea export-ignore
/node_modules export-ignore

/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/composer.json export-ignore
/composer.lock export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/phpunit.xml export-ignore
/README.md export-ignore
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update dependencies, including the Chartist library used for the charts
- Replace outdated Chartist tooltip plugin with a custom implementation
- Configure gitattributes, force tabs (as enforced by WP Coding Standards)


## Version 2.6.4
Expand Down
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
border-radius: 0.2em;
padding: 0.25em;
position: absolute;
text-align: center;
font-weight: bold;
text-align: center;
font-weight: bold;
}

/* Arrow below tooltip */
Expand Down