Sha256: 727863665f44de75a3f7da8a5f573bcb563fc448d6d448a422af7fbe64fe6108
Contents?: true
Size: 232 Bytes
Versions: 17
Compression:
Stored size: 232 Bytes
Contents
require 'amcharts/chart' module AmCharts class Chart::Serial < Chart::Rectangular def category_axis(&block) return @category_axis unless block_given? @category_axis ||= Axis::Category.new(&block) end end end
Version data entries
17 entries across 17 versions & 1 rubygems