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