# File lib/chart-candy/builder/xls_builder.rb, line 111
  def generate_chart_donut_table
    row [@chart[:label], @chart[:value]], :th

    @chart[:slices].map { |s| row [s[:label], s[:value]] }

    row [@chart[:total][:label], @chart[:total][:value]], :th_foot
  end