+
+ {{ chartType === 'count' ? totalInputCount : $filters.formatNumber(totalInputAmount) }}
+
+
+ {{ chartType === 'count' ? 'کل تعداد دریافتی' : 'کل مبلغ دریافتی' }}
+
+
+
+ {{ chartType === 'count' ? totalOutputCount : $filters.formatNumber(totalOutputAmount) }}
+
+
+ {{ chartType === 'count' ? 'کل تعداد پرداختی' : 'کل مبلغ پرداختی' }}
+
+