mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
fix floating errors
This commit is contained in:
@ -73,7 +73,7 @@ export default {
|
||||
callbacks: {
|
||||
label: function (tooltipItem, data) {
|
||||
return self.FormatGraphMoney(
|
||||
tooltipItem.value * 100,
|
||||
Math.round(tooltipItem.value * 100),
|
||||
self.defaultCurrency
|
||||
)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user