fix floating errors

This commit is contained in:
Mohit Panjwani
2020-12-31 12:16:04 +05:30
parent 0f1d7627ea
commit b55f8e5391
11 changed files with 498 additions and 466 deletions

View File

@ -73,7 +73,7 @@ export default {
callbacks: {
label: function (tooltipItem, data) {
return self.FormatGraphMoney(
tooltipItem.value * 100,
Math.round(tooltipItem.value * 100),
self.defaultCurrency
)
},