Sha256: 5b6255e87bca8b79a597f2875fb3f7842707884d3a8da4c9a8a526131416352f
Contents?: true
Size: 253 Bytes
Versions: 4
Compression:
Stored size: 253 Bytes
Contents
# frozen_string_literal: true module IRuby module Chartkick class ColumnChart < IRuby::Chartkick::BaseChart def plot(*args) ::IRuby.html(js_prefix + column_chart(@data, **ArgumentModifier[args, self])) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems