calculatePercentage(from, to) {
        if (from === 0) {
            if (to > 0) {
                return 100;
            }