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

Version Path
playbook_ui_docs-14.8.0.pre.alpha.PLAY1658tanstackbump4657 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1658tanstackbump4657 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui_docs-14.8.0.pre.alpha.PLAY1649rolloutheightglobalprops4635 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1649rolloutheightglobalprops4635 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui_docs-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-14.9.0.pre.rc.8 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui_docs-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-14.8.0.pre.alpha.PLAY1598floatinguiupgrade4617 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui_docs-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-14.9.0.pre.rc.7 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui_docs-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-14.9.0.pre.rc.6 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui_docs-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-14.9.0.pre.rc.5 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui_docs-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-14.8.0.pre.alpha.pbntr661createstickyleftprop4612 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui_docs-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-14.8.0.pre.alpha.play1648heightglobalprops4606 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui_docs-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb
playbook_ui-14.9.0.pre.rc.4 app/pb_kits/playbook/pb_gauge/docs/_gauge_sizing.html.erb