Sha256: ccb4d1570aae189f5c03ffc4dfc209123c418c7b8c45cbd2bcac62d08ec150a5
Contents?: true
Size: 718 Bytes
Versions: 1070
Compression:
Stored size: 718 Bytes
Contents
<% data = [{ name: 'Number of Installations', data: [1475,200,3000,654,656] }, { type: 'spline', name: 'Percentage', data: [48, 70, 25, 55, 72], color: '#F9BB00', yAxis: 1 }] %> <% axis_titles = [{name: "Number of Installations"}, {name: "Percentage"}] %> <% axis_formats = [{format: ""}, {format: "{value}%"}] %> <%= pb_rails("bar_graph", props: { axis_format: axis_formats, axis_title: axis_titles, chart_data: data, id: "bar-spline", y_axis_min: 0, x_axis_categories:['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'], subtitle: 'Source: thesolarfoundation.com', title: 'Bar Graph with Secondary Y-axis', legend: true, }) %>
Version data entries
1,070 entries across 1,070 versions & 2 rubygems