Sha256: 8f9acec7529c007e6b31b3c60daa6ba3439376e0f0f6675e0eda14ee18b97509
Contents?: true
Size: 911 Bytes
Versions: 113
Compression:
Stored size: 911 Bytes
Contents
<%= pb_rails("flex", props: {wrap: true}) do %> <%= pb_rails("flex/flex_item", props: {fixed_size: "400px"}) 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"}) 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"}) 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"}) do %> <%= pb_rails("gauge", props: { id: "gauge-sizing1", chart_data: [{ name: "Point 4", value: 25 }], }) %> <% end %> <% end %>
Version data entries
113 entries across 113 versions & 1 rubygems