Skip to content

Commit

Permalink
Prepare v0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed May 10, 2019
1 parent 5d60b26 commit 28109ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chartjs-chart-matrix",
"version": "0.1.2",
"version": "0.1.3",
"description": "Chart.js module for creating matrix charts",
"main": "dist/chartjs-chart-matrix.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Chart.defaults.matrix = {
},
elements: {
rectangle: {
borderSkipped: false,
width: 20,
height: 20
}
Expand Down

0 comments on commit 28109ee

Please sign in to comment.