# File lib/chart-candy/builder/donut.rb, line 9
  def add_hole_item(name, value)
    @chart[:hole] = [t('hole.title')].flatten if hole.empty?
    hole << t("hole.#{name}", value: value)
  end