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