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