Sha256: d1a139aad33b5d09bdf7804c91aae975f6ce6b44d1d0ed9206c2a87572a6f52f
Contents?: true
Size: 1.07 KB
Versions: 1537
Compression:
Stored size: 1.07 KB
Contents
<%= pb_rails("flex", props: {wrap: true, align: "center"}) do %> <%= pb_rails("flex/flex_item", props: {fixed_size: "400px", overflow: "hidden", shrink: true }) do %> <%= pb_rails("gauge", props: { id: "gauge-sizing4", chart_data: [{ name: "Point 1", value: 100 }], }) %> <% end %> <%= pb_rails("flex/flex_item", props: {fixed_size: "300px", overflow: "hidden", shrink: true }) do %> <%= pb_rails("gauge", props: { id: "gauge-sizing3", chart_data: [{ name: "Point 2", value: 75 }], }) %> <% end %> <%= pb_rails("flex/flex_item", props: {fixed_size: "200px", overflow: "hidden", shrink: true }) do %> <%= pb_rails("gauge", props: { id: "gauge-sizing2", chart_data: [{ name: "Point 3", value: 50 }], }) %> <% end %> <%= pb_rails("flex/flex_item", props: {fixed_size: "125px", overflow: "hidden", shrink: true }) do %> <%= pb_rails("gauge", props: { id: "gauge-sizing1", height: '100%', chart_data: [{ name: "Point 4", value: 25 }], }) %> <% end %> <% end %>
Version data entries
1,537 entries across 1,537 versions & 2 rubygems