Sha256: 83d32a26b2fa0d5760ec39d6c1f5ed7bb452d87aab5f3e11b489f440d4a47da7
Contents?: true
Size: 1.03 KB
Versions: 195
Compression:
Stored size: 1.03 KB
Contents
<%= pb_rails("flex", props: {wrap: true}) 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", chart_data: [{ name: "Point 4", value: 25 }], }) %> <% end %> <% end %>
Version data entries
195 entries across 195 versions & 1 rubygems