Skip to content

Commit 4464f1a

Browse files
committed
Fix version of Chart.js to 2.3 for now to due to breaking change for doughnut and polar area charts aspect ratio
1 parent 334eb81 commit 4464f1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@
6565
},
6666
"dependencies": {
6767
"angular": "1.x",
68-
"chart.js": "2.x"
68+
"chart.js": "2.3.x"
6969
}
7070
}

0 commit comments

Comments
 (0)