Sha256: 7773bd180453cf84ad3eb5c971e0ccd7fd6d6390fa9860b1aeea8e43fa8efea0

Contents?: true

Size: 408 Bytes

Versions: 3

Compression:

Stored size: 408 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Charts
    module Properties
      class DoughnutChartProperty
        include Goldendocx::Element

        namespace :c
        tag :doughnutChart

        embeds_one :hole, class_name: 'Goldendocx::Charts::Properties::HoleProperty', auto_build: true
        embeds_many :series, class_name: 'Goldendocx::Charts::Series'
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
goldendocx-0.3.0 lib/goldendocx/charts/properties/doughnut_chart_property.rb
goldendocx-0.2.3 lib/goldendocx/charts/properties/doughnut_chart_property.rb
goldendocx-0.2.2 lib/goldendocx/charts/properties/doughnut_chart_property.rb