Sha256: 5866962ac89f11afefa042d5b38a2a74c61401f2c0b0302cd0759469ec768ec1
Contents?: true
Size: 543 Bytes
Versions: 1887
Compression:
Stored size: 543 Bytes
Contents
<% data = [{ name: 'Number of Installations', data: [1475,200,3000,654,656] }, { type: 'spline', name: 'Trend Line', data: [1975, 600, 2500, 924, 500], color: '#F9BB00', }] %> <%= pb_rails("bar_graph", props: { axis_title: 'Number of Employees', 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 Spline', legend: true, }) %>
Version data entries
1,887 entries across 1,887 versions & 2 rubygems