Sha256: 9a09a8c825849f9320d98646649cf8427e4831528473be3d12cde319a77b9405
Contents?: true
Size: 368 Bytes
Versions: 2
Compression:
Stored size: 368 Bytes
Contents
# frozen_string_literal: true module Goldendocx module Components class DoughnutChart < Chart def initialize(chart_id, relationship_id, **attributes) super(chart_id, relationship_id, **attributes) build_chart.plot_area.build_doughnut_chart end def the_chart chart.plot_area.doughnut_chart end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
goldendocx-0.2.3 | lib/goldendocx/components/doughnut_chart.rb |
goldendocx-0.2.2 | lib/goldendocx/components/doughnut_chart.rb |