Sha256: fedb8ef8f6188390f8d56ec677c0e360e535a440ab0a6c58092b70744d45922b

Contents?: true

Size: 509 Bytes

Versions: 3

Compression:

Stored size: 509 Bytes

Contents

# frozen_string_literal: true

module Goldendocx
  module Charts
    class CategoryAxis
      include Goldendocx::Element

      namespace :c
      tag :catAx

      embeds_one :axis_id, class_name: 'Goldendocx::Charts::Properties::AxisProperty', auto_build: true
      embeds_one :cross_axis, class_name: 'Goldendocx::Charts::Properties::CrossAxisProperty', auto_build: true

      def initialize
        build_axis_id(axis_id: 9374902)
        build_cross_axis(axis_id: 2094739)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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