@using Biskilog_Accounting.Shared.Interfaces @using Microsoft.Fast.Components.FluentUI @inject ICalculator m_calculator @if (!IsLoading) {
chart success
@Title
@(m_calculator.FormatMoneyWithCurrency(Value))
@(Percentage.ToString("0.00")) %
} else { }