Sha256: a3445b54090fdd6eb1f92b6dc1bacbe180207715aeda14d7ccb813e399e8f91f
Contents?: true
Size: 570 Bytes
Versions: 1070
Compression:
Stored size: 570 Bytes
Contents
<% data = [{ name: 'Installation', data: [1475, 200, 3000, 654, 656], }, { name: 'Manufacturing', data: [1270, 800, 200, 454, 956], }, { name: 'Sales & Distribution', data: [975, 1600, 1500, 924, 500], }] %> <%= pb_rails("bar_graph", props: { axis_title: 'Number of Employees', chart_data: data, id: "bar-default", y_axis_min: 0, x_axis_categories:['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'], stacking: "normal", title: 'Bar Graph with Stacked Columns', legend: true, }) %>
Version data entries
1,070 entries across 1,070 versions & 2 rubygems