if total_count.to_i > sum_of_products.to_i
        percentage = (100.00 - percentages).round(2)
        chart_array << ["Diğer (#{percentage})", total_count.to_i - sum_of_products.to_i]