Sha256: 4599127e9d6670f370a2189f705fa33d6dff71a72ef04492d962fd3ae608289e
Contents?: true
Size: 625 Bytes
Versions: 8
Compression:
Stored size: 625 Bytes
Contents
<%= content_tag(:div, "", aria: object.aria, id: object.id, data: object.data, class: object.classname("pb_bar_graph") ) %> <% content_for :pb_js do %> <%= javascript_tag do %> window.addEventListener('DOMContentLoaded', function() { new pbChart('.selector', { id: "<%= object.id %>", chartData: <%= object.chart_data %>, type: "<%= object.chart_type %>", title: "<%= object.title %>", subtitle: "<%= object.subtitle %>", axisTitle: "<%= object.axis_title %>", pointStart: <%= object.point_start %>, }) }) <% end %> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems