Skip to content

Commit aac9a0b

Browse files
committed
Merge pull request #62 from Criccle/master
Fix #61
2 parents 7c06d2e + 7ebca80 commit aac9a0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ChartJS/lib/charts.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4685,6 +4685,10 @@
46854685
id: 'x-axis-0'
46864686
}],
46874687
yAxes: [{
4688+
ticks:{
4689+
callback:function(value){
4690+
return Number(value).toFixed(3);
4691+
}},
46884692
type: "linear",
46894693
id: 'y-axis-0'
46904694
}],

0 commit comments

Comments
 (0)