Skip to content

Commit

Permalink
Updated chartjs and chartist
Browse files Browse the repository at this point in the history
  • Loading branch information
kozi committed Aug 13, 2017
1 parent 3885222 commit 836eaf3
Show file tree
Hide file tree
Showing 255 changed files with 44,926 additions and 8,286 deletions.
17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@

},
"require": {
"php": ">=5.5",
"contao/core": ">=3.4",
"contao-community-alliance/composer-plugin": "~2",
"kigkonsult/icalcreator": "*",
"contao-community-alliance/composer-plugin":"~2.4 || ~3.0",
"contao/core-bundle": "~3.5 || ~4.4",
"kigkonsult/icalcreator": "~2",
"phpfastcache/phpfastcache": "~5",
"irazasyed/telegram-bot-sdk": "~2"
},
Expand All @@ -43,10 +42,14 @@
"Simpletipp": "src/"
}
},
"config": {
"fxp-asset": {
"installer-paths": {
"bower-asset-library": "contao/assets"
}
}
},
"extra": {
"asset-installer-paths": {
"bower-asset-library": "contao/assets"
},
"contao": {
"sources": {
"contao": "system/modules/simpletipp"
Expand Down
5 changes: 5 additions & 0 deletions contao/assets/chartist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.11.0 - 11 Apr 2017
- Added CSP compatibility by using CSSOM instead of style attributes (Francisco Silva)
- Added feature to render pie / donut chart as solid shape, allowing outlines (Sergey Kovalyov, Chris Carson)
- Fixed XMLNS for foreignObjet content (Alfredo Matos)

v0.10.0 - 23 Oct 2016
---------------------

Expand Down
30 changes: 15 additions & 15 deletions contao/assets/chartist/dist/chartist.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 836eaf3

Please sign in to comment.